From 9d0eb20197a2ef71d9f5e824f8885575c270b8a6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 9 Jul 2021 11:51:20 -0400 Subject: [PATCH] Mention UUID matching in vm list help --- client-cli/pvc/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index 01842377..49dec3f8 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -1660,7 +1660,7 @@ def vm_dump(filename, domain): @cluster_req def vm_list(target_node, target_state, limit, raw): """ - List all virtual machines; optionally only match names matching regex LIMIT. + List all virtual machines; optionally only match names or full UUIDs matching regex LIMIT. NOTE: Red-coloured network lists indicate one or more configured networks are missing/invalid. """