Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxmirror: remove unused option & help
- removed quiet and --jbodmap
  • Loading branch information
wwwutz committed Jun 10, 2022
1 parent c690233 commit 6e569c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mxmirror/mxmirror
Expand Up @@ -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},
Expand Down Expand Up @@ -67,7 +66,6 @@ $0 [options] [action]
--command=<cmd> execute <cmd> for every host listed
--config=<file> read mirror-definitions from <file>
--jbodmap=<map> read amd-map for jbods from <map>
EOF
exit 0;
Expand Down

0 comments on commit 6e569c0

Please sign in to comment.