X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ea9b2add977b642babafd667e55f844529b0fcc3..1c60d219472b3de0080cda807b014d011e3b5ccb:/support/cull_options diff --git a/support/cull_options b/support/cull_options index 5e31cb0a..07a57021 100755 --- a/support/cull_options +++ b/support/cull_options @@ -55,7 +55,7 @@ EOT foreach my $opt (sort keys %long_opt) { my $val = $long_opt{$opt}; - $val = 1 if $opt =~ /^max-/; + $val = 1 if $opt =~ /^(max-|min-)/; $val = 3 if $opt eq 'files-from'; $val = '$ro ? -1 : ' . $val if $opt =~ /^remove-/; print " '$opt' => $val,\n";