Skip to content

Commit 558447b

Browse files
committed
remove broken option
1 parent ffefea9 commit 558447b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cl-sendfile.pl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ =head1 SYNOPSIS
3939
use lib $Bin;
4040
use DshPerlHostLoop;
4141

42-
our $slaves = undef;
4342
our $local_file = undef;
4443
our $remote_file = undef;
4544
our $help = undef;
4645

4746
GetOptions(
4847
"l=s" => \$local_file,
4948
"r=s" => \$remote_file,
50-
"n:i" => \$slaves,
5149
"h" => \$help
5250
);
5351

@@ -64,10 +62,6 @@ =head1 SYNOPSIS
6462
#system( "mkdir -p $ENV{HOME}/files/$dir" );
6563
#copy( $local_file, "$ENV{HOME}/files/$remote_file" );
6664

67-
if ( $slaves ) {
68-
set_host_count( $slaves );
69-
}
70-
7165
my $routine = sub {
7266
my $hostname = shift;
7367
scp( $local_file, "$hostname:$remote_file" );

0 commit comments

Comments
 (0)