Skip to content

Commit

Permalink
minor help tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 12, 2020
1 parent 4a3d9b1 commit b038f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions tqdm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@ def main(fp=sys.stderr, argv=None):
tqdm [--help | options]
Options:
-h, --help Print this help and exit
-v, --version Print version and exit
-h, --help Print this help and exit.
-v, --version Print version and exit.
""" + d.strip('\n') + '\n'

# opts = docopt(d, version=__version__)
Expand Down
4 changes: 2 additions & 2 deletions tqdm/tqdm.1
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ counting:\ 100%|█████████|\ 432/432\ [00:00<00:00,\ 794361.83f
.SH OPTIONS
.TP
.B \-h, \-\-help
Print this help and exit
Print this help and exit.
.RS
.RE
.TP
.B \-v, \-\-version
Print version and exit
Print version and exit.
.RS
.RE
.TP
Expand Down

0 comments on commit b038f55

Please sign in to comment.