]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
That should have been -s.
authorWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 21:10:18 +0000 (21:10 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 21:10:18 +0000 (21:10 +0000)
support/cull_options

index b21c5d1368b8c80e1b197607e45f6b175dcf5628..914177e6e74227d17d54201737238ca68f6738ef 100755 (executable)
@@ -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);