diff --git a/TQL b/TQL
index 7f986d47d49f54cbf80f4fb81b8881dbfee6221e..349b750f31b7373e6f4721327d138a6fd02bf2b7 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 9198c91a4f18e068024c4bd7a5378d3e63be51c2..f5db6325cf47bfdccf94ad74783d28f8a3d62d4d 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