mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Correct option used
This commit is contained in:
parent
bc7805ca4c
commit
be418fa0d0
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ sub dump {
|
|||
my ( $self, $no_exit, ) = @_;
|
||||
|
||||
$self->debug( 3, 'Dumping config to STDOUT' );
|
||||
print( '# Configuration dump produced by "cssh -u"', $/ );
|
||||
print( '# Configuration dump produced by "cssh -d"', $/ );
|
||||
|
||||
foreach my $key ( sort keys %$self ) {
|
||||
my $comment = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue