Correct option used

This commit is contained in:
Duncan Ferguson 2017-03-04 11:11:35 +00:00
parent bc7805ca4c
commit be418fa0d0

View file

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