mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 09:31:15 +00:00
Fix option name
This commit is contained in:
parent
3cffd71b2f
commit
3416ab1288
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ sub run {
|
|||
= "-xrm '$1.VT100.allowSendEvents:true'";
|
||||
}
|
||||
|
||||
$self->config->dump() if ( $self->options->output_config);
|
||||
$self->config->dump() if ( $self->options->dump_config);
|
||||
|
||||
$self->evaluate_commands() if ( $options{evaluate} );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue