Loading cccli/commands/vm.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class Command_undefine(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped" self.add_option("-c", "--clean", action="store_true", dest="clean", default=False, self.add_option("-k", "--keep-storage", action="store_false", dest="clean", default=True, help="Remove vm storage") def __call__(self, argv): Loading Loading
cccli/commands/vm.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class Command_undefine(TqlCommand): def __init__(self, cli, argv0): TqlCommand.__init__(self, cli, argv0) self.tql_filter += "&r=vm&status=stopped" self.add_option("-c", "--clean", action="store_true", dest="clean", default=False, self.add_option("-k", "--keep-storage", action="store_false", dest="clean", default=True, help="Remove vm storage") def __call__(self, argv): Loading