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 eabcd81 commit 6a7bcebCopy full SHA for 6a7bceb
tldr.py
@@ -629,7 +629,7 @@ def create_parser() -> ArgumentParser:
629
parser.add_argument('-x', '--exclusive',
630
default=False,
631
action='store_true',
632
- help="Use with --list and -p to list commands exclusive to the specfied platform")
+ help="Use with --list and --platform to list commands exclusive to the specfied platform")
633
634
parser.add_argument('-s', '--source',
635
default=PAGES_SOURCE_LOCATION,
0 commit comments