From: Wayne Davison Date: Sat, 15 Sep 2007 21:10:18 +0000 (+0000) Subject: That should have been -s. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/71845bd2a07eef21074e9f1907d0ba952dafd310 That should have been -s. --- diff --git a/support/cull_options b/support/cull_options index b21c5d13..914177e6 100755 --- a/support/cull_options +++ b/support/cull_options @@ -33,7 +33,7 @@ while () { } 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);