# To disable a short-named option, add its letter to this string:
our $short_disabled = 's';
-our $short_no_arg = 'ACDEHIJKLORSWXbcdgklmnoprstuvxyz'; # DO NOT REMOVE ANY
+our $short_no_arg = 'ACDEHIJKLORSUWXbcdgklmnoprstuvxyz'; # DO NOT REMOVE ANY
our $short_with_num = '@B'; # DO NOT REMOVE ANY
# To disable a long-named option, change its value to a -1. The values mean:
'numeric-ids' => 0,
'one-file-system' => 0,
'only-write-batch' => 1,
+ 'open-noatime' => 0,
'owner' => 0,
'partial' => 0,
'partial-dir' => 2,
'times' => 0,
'use-qsort' => 0,
'usermap' => 1,
+ 'write-devices' => -1,
);
### END of options data produced by the cull_options script. ###