X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d6ca255c213b377540242cc9f7f8b10a9c317dd9..bdd53557a8b7f84e6e4f658bce709d184985200e:/support/cull_options diff --git a/support/cull_options b/support/cull_options index 07a57021..b21c5d13 100755 --- a/support/cull_options +++ b/support/cull_options @@ -33,6 +33,8 @@ while () { } 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);