Skip to content

Commit 295297c

Browse files
committed
docs: Fixed flag docstring.
1 parent f59a51b commit 295297c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anishot/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def parse_arguments():
2929
help='Padding on sides')
3030
parser.add_argument('--maxspeed', default=200, type=int,
3131
help='Max speed on scroll px/frame')
32-
parser.add_argument('-s', '--stops', nargs='*', default=[],
33-
help='Max speed on scroll px/frame')
32+
parser.add_argument('--stops', nargs='*', default=[],
33+
help='Stops between scrolls, px')
3434
parser.add_argument('--zoom-steps', default=7, type=int,
3535
help='Number of steps on initial zoom in')
3636
parser.add_argument('--start-scale', default=.7, type=float,

0 commit comments

Comments
 (0)