Mention UUID matching in vm list help

This commit is contained in:
Joshua Boniface 2021-07-09 11:51:20 -04:00
parent 3f5b7045a2
commit 9d0eb20197
1 changed files with 1 additions and 1 deletions

View File

@ -1660,7 +1660,7 @@ def vm_dump(filename, domain):
@cluster_req @cluster_req
def vm_list(target_node, target_state, limit, raw): 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. NOTE: Red-coloured network lists indicate one or more configured networks are missing/invalid.
""" """