]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkreset: remove "LBA" from usage()
authorKarel Zak <kzak@redhat.com>
Fri, 10 Feb 2017 09:53:38 +0000 (10:53 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 10 Feb 2017 09:56:02 +0000 (10:56 +0100)
* "LBA" sounds confusing

Reported-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/blkreset.c

index c32f77ea970ce01c40c78d302d5bc8a1393765e2..76df5f6a52e73a219a16219177cc78be6beb8077 100644 (file)
@@ -83,8 +83,9 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
        fputs(_("Discard the content of sectors on a device.\n"), out);
 
        fputs(USAGE_OPTIONS, out);
-       fputs(_(" -z, --zone <offset>      LBA of start of zone to act upon (default = 0)\n"
-               " -c, --count <length>     number of zones to reset (default = 1)"),
+       fputs(_(" -z, --zone <offset>    start sector of zone to act upon\n"
+               "                          (in 512-byte sectors, default is 0))\n"
+               " -c, --count <length>   number of zones to reset (default is 1)"),
                out);
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);