Force knowledge the -p option, since it gets passed specially.
authorWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 21:08:08 +0000 (21:08 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 21:08:08 +0000 (21:08 +0000)
support/cull_options

index 07a5702..b21c5d1 100755 (executable)
@@ -33,6 +33,8 @@ while (<IN>) {
 }
 close IN;
 
+$short_no_arg{'p'} = 1;
+
 my $short_no_arg = join('', sort keys %short_no_arg);
 my $short_with_num = join('', sort keys %short_with_num);