1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

add alias for old option

This commit is contained in:
Ludwig Nussel 2010-09-15 15:28:47 +02:00
parent 4229eb6197
commit 1b8c4a3382

View File

@ -4142,7 +4142,9 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--release', metavar='N',
help='set release number of the package to N')
@cmdln.option('--disable-cpio-bulk-download', action='store_true',
help='enable downloading packages as cpio archive from api')
help='disable downloading packages as cpio archive from api')
@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)
@cmdln.option('--oldpackages', metavar='DIR',