Package: util-linux Version: 2.33-0.2 Severity: minor File: /sbin/fstrim Tags: upstream fixed-upstream
Hi
fstrim has missmatching help usage text regarding the dry-run mode
(although the manpage is correctly matching the code):
code has:
{ "dry-run", no_argument, NULL, 'n' },
manpage say correctly:
-n, --dry-run
This option does everything apart from actually call FITRIM ioctl.
usage text say:
-d, --dry-run does everything, but trim
Regards,
Salvatore

