From c29235bd26c4e73e9cbb2af1d9fd9a040fe8ebf6 Mon Sep 17 00:00:00 2001 From: Seblu <sebastien.luttringer@smartjog.com> Date: Mon, 21 Mar 2011 12:21:24 +0100 Subject: [PATCH] add tag p and fix typo --- TQL | 1 + cccli/command/vm.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TQL b/TQL index 7f986d4..349b750 100644 --- a/TQL +++ b/TQL @@ -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 diff --git a/cccli/command/vm.py b/cccli/command/vm.py index 9198c91..f5db632 100644 --- a/cccli/command/vm.py +++ b/cccli/command/vm.py @@ -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 -- GitLab