mirror of https://git.48k.eu/ogcli/
create image: --client-ip option is required
--client-ip option is required when parsing a 'create image' command, it is the only client selection option for 'create image' command.master
parent
2f824d8429
commit
8932e4c07e
|
@ -126,7 +126,7 @@ class OgImage():
|
||||||
group.add_argument('--client-ip',
|
group.add_argument('--client-ip',
|
||||||
action='append',
|
action='append',
|
||||||
default=[],
|
default=[],
|
||||||
required=False,
|
required=True,
|
||||||
help='Specific client IP')
|
help='Specific client IP')
|
||||||
parsed_args = parser.parse_args(args)
|
parsed_args = parser.parse_args(args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue