Add missing spaces to --output usage message

Change-Id: Icefe34ca0dd4814e4e9ae07d1d19bc8503f97df4
This commit is contained in:
Paul Bourke 2014-07-30 11:19:44 +01:00
parent 65d3d6ea06
commit a56bdbfc6b
1 changed files with 2 additions and 2 deletions

View File

@ -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',