diff --git a/tqdm/cli.py b/tqdm/cli.py index f065024e7..d8e88a25b 100644 --- a/tqdm/cli.py +++ b/tqdm/cli.py @@ -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__) diff --git a/tqdm/tqdm.1 b/tqdm/tqdm.1 index d134d275f..2ddca0ce3 100644 --- a/tqdm/tqdm.1 +++ b/tqdm/tqdm.1 @@ -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