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