Improved -s and support cvs's -e30.8 version idiom.
[rsync/rsync.git] / support / cull_options
index ab16238..c85a036 100755 (executable)
@@ -33,8 +33,6 @@ while (<IN>) {
 }
 close IN;
 
-$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);