From 9e5caa11c3448831eaa24a4c70044dd12919151b Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut Date: Thu, 24 Jul 2025 16:29:48 +0200 Subject: [PATCH] fix spellcheck --- src/apps/proxmox/ve/restapi/mode/vmusage.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/proxmox/ve/restapi/mode/vmusage.pm b/src/apps/proxmox/ve/restapi/mode/vmusage.pm index 90766c4e5..fdd5aa79c 100644 --- a/src/apps/proxmox/ve/restapi/mode/vmusage.pm +++ b/src/apps/proxmox/ve/restapi/mode/vmusage.pm @@ -325,25 +325,25 @@ __END__ =head1 MODE -Check VM usage on Proxmox VE Cluster. +Check Virtual Machines usage on Proxmox VE Cluster. =over 8 =item B<--vm-id> -Exact VM ID. +Exact Virtual Machine ID. =item B<--vm-name> -Exact VM name (if multiple names: names separated by ':'). +Exact Virtual Machine name (if multiple names: names separated by ':'). =item B<--use-name> -Use VM name for perfdata and display. +Use Virtual Machine name for perfdata and display. =item B<--include-node-name> -Filter only VM running on specified node name (can be a regexp). +Filter only Virtual Machine running on specified node name (can be a regexp). =item B<--exclude-name>