Commit 00c0c62c authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

fix help message of undefine -k option

parent 3e59b01e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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