mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-23 18:55:04 -04:00
That should have been -s.
This commit is contained in:
1 parent
bdd53557a8
commit
71845bd2a0
1 file changed
+1
-1
@@ -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