mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-21 17:52:14 +01:00
Merge pull request #1709 from andreas-schwab/master
Fix missing spaces in help string
This commit is contained in:
commit
3b328c0501
@ -7639,9 +7639,9 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
@cmdln.option('--local-package', action='store_true',
|
@cmdln.option('--local-package', action='store_true',
|
||||||
help='build a package which does not exist on the server')
|
help='build a package which does not exist on the server')
|
||||||
@cmdln.option('--stage', metavar='STAGE',
|
@cmdln.option('--stage', metavar='STAGE',
|
||||||
help='runs a specific stage, default is "a" for all. Append a trailing "="'
|
help='runs a specific stage, default is "a" for all. Append a trailing "=" '
|
||||||
'to only run the specified stage. Append a trailing "+" to run'
|
'to only run the specified stage. Append a trailing "+" to run '
|
||||||
'the specified stage and all stages coming after it. With no'
|
'the specified stage and all stages coming after it. With no '
|
||||||
'suffix, stages up to and included the specified stage are run.')
|
'suffix, stages up to and included the specified stage are run.')
|
||||||
@cmdln.option('--linksources', action='store_true',
|
@cmdln.option('--linksources', action='store_true',
|
||||||
help='use hard links instead of a deep copied source')
|
help='use hard links instead of a deep copied source')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user