From e9301b73c76b24cfa5726c5844efa801f63191a9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 Jun 2018 08:38:09 +0200 Subject: [PATCH] actually print request command help Signed-off-by: Thomas Lamprecht --- pve-zsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-zsync b/pve-zsync index 56b47fc..9938b17 100755 --- a/pve-zsync +++ b/pve-zsync @@ -1192,7 +1192,7 @@ if ($command eq 'destroy') { my $help_command = $ARGV[1]; if ($help_command && $cmd_help->{$help_command}) { - die "$cmd_help->{$command}\n"; + die "$cmd_help->{$help_command}\n"; } if ($param->{verbose}) { -- 2.39.2