Skip to content

Commit

Permalink
- do_build: do not suppress --download-api-only option
Browse files Browse the repository at this point in the history
Or was there a particular reason for not displaying this option in
"osc build -h"?
  • Loading branch information
marcus-h committed May 15, 2014
1 parent 450cf54 commit c873252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Expand Up @@ -5541,7 +5541,7 @@ def parse_repoarchdescr(self, args, noinit = False, alternative_project = None,
@cmdln.option('--cpio-bulk-download', action='store_false',
dest='disable_cpio_bulk_download', help=SUPPRESS_HELP)
@cmdln.option('--download-api-only', action='store_true',
help=SUPPRESS_HELP)
help='only fetch packages from the api')
@cmdln.option('--oldpackages', metavar='DIR',
help='take previous build from DIR (special values: _self, _link)')
@cmdln.option('--shell', action='store_true',
Expand Down

0 comments on commit c873252

Please sign in to comment.