mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-10 04:55:48 +01:00
Add missing whitespaces in commandline options
This commit is contained in:
parent
008a6009f8
commit
f8e61cfd28
@ -4189,10 +4189,10 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
@cmdln.option('-M', '--meta', action='store_true',
|
@cmdln.option('-M', '--meta', action='store_true',
|
||||||
help='checkout out meta data instead of sources' )
|
help='checkout out meta data instead of sources' )
|
||||||
@cmdln.option('-c', '--current-dir', action='store_true',
|
@cmdln.option('-c', '--current-dir', action='store_true',
|
||||||
help='place PACKAGE folder in the current directory' \
|
help='place PACKAGE folder in the current directory ' \
|
||||||
'instead of a PROJECT/PACKAGE directory')
|
'instead of a PROJECT/PACKAGE directory')
|
||||||
@cmdln.option('-o', '--output-dir', metavar='outdir',
|
@cmdln.option('-o', '--output-dir', metavar='outdir',
|
||||||
help='place package in the specified directory' \
|
help='place package in the specified directory ' \
|
||||||
'instead of a PROJECT/PACKAGE directory')
|
'instead of a PROJECT/PACKAGE directory')
|
||||||
@cmdln.option('-s', '--source-service-files', action='store_true',
|
@cmdln.option('-s', '--source-service-files', action='store_true',
|
||||||
help='Run source services.' )
|
help='Run source services.' )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user