Commit 09ca231a authored by Seblu's avatar Seblu
Browse files

by default undefine remove storage

parent 4964773f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):