UBUNTU: [Packaging] annotations: clarify error message with --import
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
4451de3cd4
commit
46ff81a1d7
Vendored
+2
-2
@@ -128,9 +128,9 @@ def do_export(args):
|
||||
|
||||
def do_import(args):
|
||||
if args.arch is None:
|
||||
arg_fail('error: --arch and --flavour are required with --import')
|
||||
arg_fail('error: --arch is required with --import')
|
||||
if args.flavour is None:
|
||||
arg_fail('error: --arch and --flavour are required with --import')
|
||||
arg_fail('error: --flavour is required with --import')
|
||||
if args.config is not None:
|
||||
arg_fail('error: --config cannot be used with --import (try --update)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user