Skip to content

Commit 54822c8

Browse files
committedOct 27, 2024·
In help always list short option before long option
1 parent f7d9f14 commit 54822c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pycookiecheat/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def main() -> None:
2626
help="Output to this file in netscape cookie file format",
2727
)
2828
parser.add_argument(
29-
"--verbose",
3029
"-v",
30+
"--verbose",
3131
action="count",
3232
default=0,
3333
help=(

0 commit comments

Comments
 (0)
Please sign in to comment.