Skip to content

Commit daf1ebf

Browse files
authored
Set --help usage line to match node client (#149)
Signed-off-by: Matthew Peveler <[email protected]>
1 parent b804a01 commit daf1ebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tldr.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ def update_cache(language=None):
345345
def main():
346346
parser = ArgumentParser(
347347
prog="tldr",
348-
usage="tldr [-u] [-p PLATFORM] [-l] [-s SOURCE] [-c] [-r] [-L LANGUAGE]" +
349-
" command",
348+
usage="tldr command [options]",
350349
description="Python command line client for tldr"
351350
)
352351
parser.add_argument(

0 commit comments

Comments
 (0)