Remove test option

This commit is contained in:
Duncan Ferguson 2014-06-07 16:25:22 +01:00
parent e0b5514341
commit bdfd32c12d

View file

@ -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;