mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-25 00:29:04 -04:00
That should have been -s.
This commit is contained in:
@@ -33,7 +33,7 @@ while (<IN>) {
|
||||
}
|
||||
close IN;
|
||||
|
||||
$short_no_arg{'p'} = 1;
|
||||
$short_no_arg{'s'} = 1;
|
||||
|
||||
my $short_no_arg = join('', sort keys %short_no_arg);
|
||||
my $short_with_num = join('', sort keys %short_with_num);
|
||||
|
||||
Reference in New Issue
Block a user