mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Remove test option
This commit is contained in:
parent
e0b5514341
commit
bdfd32c12d
1 changed files with 0 additions and 6 deletions
|
@ -11,12 +11,6 @@ my $app = App::ClusterSSH->new();
|
|||
|
||||
$app->options->add_common_ssh_options;
|
||||
$app->options->add_common_session_options;
|
||||
|
||||
$app->add_option(
|
||||
spec => 'freddo|z',
|
||||
help => $app->loc("Some help output"),
|
||||
);
|
||||
|
||||
$app->run();
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Reference in a new issue