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 b804a01 commit daf1ebfCopy full SHA for daf1ebf
tldr.py
@@ -345,8 +345,7 @@ def update_cache(language=None):
345
def main():
346
parser = ArgumentParser(
347
prog="tldr",
348
- usage="tldr [-u] [-p PLATFORM] [-l] [-s SOURCE] [-c] [-r] [-L LANGUAGE]" +
349
- " command",
+ usage="tldr command [options]",
350
description="Python command line client for tldr"
351
)
352
parser.add_argument(
0 commit comments