From a56bdbfc6b5820bce10c325592600f1dfd3bd4ba Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Wed, 30 Jul 2014 11:19:44 +0100 Subject: [PATCH] Add missing spaces to --output usage message Change-Id: Icefe34ca0dd4814e4e9ae07d1d19bc8503f97df4 --- reviewstats/cmd/reviewers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reviewstats/cmd/reviewers.py b/reviewstats/cmd/reviewers.py index bd54b13..bd67c0c 100755 --- a/reviewstats/cmd/reviewers.py +++ b/reviewstats/cmd/reviewers.py @@ -241,8 +241,8 @@ def main(argv=None): 'across all integrated projects') optparser.add_option( '-o', '--output', default='-', - help='Where to write output. If - stdout is used and only one output' - 'format may be given. Otherwise the output format is appended to' + help='Where to write output. If - stdout is used and only one output ' + 'format may be given. Otherwise the output format is appended to ' 'the output parameter to generate file names.') optparser.add_option( '--outputs', default=['txt'], action='append',