Skip to content

Commit d156238

Browse files
authored
-o and -O for options
1 parent e3a4126 commit d156238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tldr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,12 @@ def create_parser() -> ArgumentParser:
610610
action='store_true',
611611
help='Just print the plain page file.')
612612

613-
parser.add_argument('-S', '--shortform',
613+
parser.add_argument('-o', '--shortform',
614614
default=False,
615615
action="store_true",
616616
help='Display shortform options over longform')
617617

618-
parser.add_argument('-V', '--longform',
618+
parser.add_argument('-O', '--longform',
619619
default=False,
620620
action="store_true",
621621
help='Display longform options over shortform')

0 commit comments

Comments
 (0)