blkreset: remove "LBA" from usage()

* "LBA" sounds confusing

Reported-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-02-10 10:53:38 +01:00
parent 3e30dc82d8
commit 6153d2977d
1 changed files with 3 additions and 2 deletions

View 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);