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 b21c5d1..914177e 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);