Skip to content
Snippets Groups Projects
Commit c29235bd authored by Seblu's avatar Seblu
Browse files

add tag p and fix typo

parent ddf65af7
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ Reserved tags are tags with a special meaning and cannot be set or remove
directly by clients
id: object unique identifier (eg: kvmlab-1.test5)
p: parent object identifier (eg: kvmlab-1)
a: account name (eg: bobby)
r: account role (host/hv/vm/cli/web/spv)
closed: account close status
......
......@@ -94,7 +94,7 @@ class Command_undefine(TqlCommand):
TqlCommand.__init__(self, cli, argv0)
self.tql_filter += "&r=vm&status=stopped"
self.add_option("-c", "--clean", action="store_true", dest="clean", default=False,
help="Remove storage")
help="Remove vm storage")
def __call__(self, argv):
# arg parse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment