From 6e569c0626b621f80054d006604dce450a95f515 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 10 Jun 2022 09:43:26 +0200 Subject: [PATCH] mxmirror: remove unused option & help - removed quiet and --jbodmap --- mxmirror/mxmirror | 2 -- 1 file changed, 2 deletions(-) diff --git a/mxmirror/mxmirror b/mxmirror/mxmirror index bd5febc..8e4489a 100755 --- a/mxmirror/mxmirror +++ b/mxmirror/mxmirror @@ -33,7 +33,6 @@ my $result = GetOptions( "destinationhosts" => \$opt{destinationhosts}, "sourcehosts" => \$opt{sourcehosts}, "all" => \$opt{all}, - "quiet" => \$opt{quiet}, "format|fmt:s" => \$opt{format}, "execute" => \$opt{execute}, "command|cmd:s" => \$opt{command}, @@ -67,7 +66,6 @@ $0 [options] [action] --command= execute for every host listed --config= read mirror-definitions from - --jbodmap= read amd-map for jbods from EOF exit 0;