From dc02254ec949ba20eb4ae40cc6fb2373e0f6e9c2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Aug 2018 09:21:41 +0200 Subject: [PATCH] qm rescan: fix typo in dryrun description Signed-off-by: Thomas Lamprecht --- PVE/CLI/qm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index f2b39ff9..84b8531c 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -410,7 +410,7 @@ __PACKAGE__->register_method ({ type => 'boolean', optional => 1, default => 0, - description => 'Do not actually write changes out to conifg.', + description => 'Do not actually write changes out to VM config(s).', }, }, },