Skip to content

Commit 1b5395a

Browse files
authored
shuffle order
1 parent e1fc48b commit 1b5395a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tldr.py

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

613-
parser.add_argument('-V', '--longform',
614-
default=False,
615-
action="store_true",
616-
help='Display longform options over shortform')
617-
618613
parser.add_argument('-S', '--shortform',
619614
default=False,
620615
action="store_true",
621616
help='Display shortform options over longform')
617+
618+
parser.add_argument('-V', '--longform',
619+
default=False,
620+
action="store_true",
621+
help='Display longform options over shortform')
622622

623623
parser.add_argument(
624624
'command', type=str, nargs='*', help="command to lookup", metavar='command'

0 commit comments

Comments
 (0)