]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: fix usage()
authorKarel Zak <kzak@redhat.com>
Mon, 10 Dec 2018 11:03:18 +0000 (12:03 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 4 Jan 2019 10:41:42 +0000 (11:41 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstrim.c

index b1823f5c5f927df7942f771b42ea8277291871de..2a67892a215c6c8ba6c1c1e79276ce72f7ac0f12 100644 (file)
@@ -323,7 +323,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -l, --length <num>  the number of bytes to discard\n"), out);
        fputs(_(" -m, --minimum <num> the minimum extent length to discard\n"), out);
        fputs(_(" -v, --verbose       print number of discarded bytes\n"), out);
-       fputs(_(" -d, --dry-run       does everything, but trim\n"), out);
+       fputs(_(" -n, --dry-run       does everything, but trim\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        printf(USAGE_HELP_OPTIONS(21));