Skip to content

Commit 6a7bceb

Browse files
Update tldr.py
1 parent eabcd81 commit 6a7bceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def create_parser() -> ArgumentParser:
629629
parser.add_argument('-x', '--exclusive',
630630
default=False,
631631
action='store_true',
632-
help="Use with --list and -p to list commands exclusive to the specfied platform")
632+
help="Use with --list and --platform to list commands exclusive to the specfied platform")
633633

634634
parser.add_argument('-s', '--source',
635635
default=PAGES_SOURCE_LOCATION,

0 commit comments

Comments
 (0)