From c873252d700259fe26ccd06f72ecaeb5b9a43fdc Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 15 May 2014 17:46:10 +0200 Subject: [PATCH] - do_build: do not suppress --download-api-only option Or was there a particular reason for not displaying this option in "osc build -h"? --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index f2d57844..b465013c 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5541,7 +5541,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @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',