We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a4126 commit d156238Copy full SHA for d156238
tldr.py
@@ -610,12 +610,12 @@ def create_parser() -> ArgumentParser:
610
action='store_true',
611
help='Just print the plain page file.')
612
613
- parser.add_argument('-S', '--shortform',
+ parser.add_argument('-o', '--shortform',
614
default=False,
615
action="store_true",
616
help='Display shortform options over longform')
617
618
- parser.add_argument('-V', '--longform',
+ parser.add_argument('-O', '--longform',
619
620
621
help='Display longform options over shortform')
0 commit comments