Users on btrfs may prefer to sacrifice performance for data
safety with RAID. Allow them to do so by supporting the --cow
switch. I missed this when I added --cow support to the other
commands.
Fixes: db671788 (support --cow switch to preserve CoW on btrfs, 2025-08-26)
EOF
GetOptions($opt, qw(all C=s@ help|h),
# compact options:
- qw(jobs|j=i quiet|q blocksize|b=s no-full|n fuller|F),
+ qw(jobs|j=i quiet|q blocksize|b=s no-full|n fuller|F cow!),
) or die $help;
if ($opt->{help}) { print $help; exit 0 };