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