From c961e4cc49f26cb632d2cdb0f23a13e3666e2462 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Mon, 1 Feb 2021 11:06:12 +0100 Subject: [PATCH] qm: use posix long-opt in hookscript example [Thomas] both work just fine, but the single minus is a bit to extra Signed-off-by: Aaron Lauterer Signed-off-by: Thomas Lamprecht --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index b84de9e..a1d2f3d 100644 --- a/qm.adoc +++ b/qm.adoc @@ -1332,7 +1332,7 @@ Hookscripts You can add a hook script to VMs with the config property `hookscript`. - qm set 100 -hookscript local:snippets/hookscript.pl + qm set 100 --hookscript local:snippets/hookscript.pl It will be called during various phases of the guests lifetime. For an example and documentation see the example script under -- 2.39.2