From: Karel Zak Date: Mon, 15 Mar 2010 12:45:03 +0000 (+0100) Subject: wipefs: cleanup usage() and man page X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc29c46251e174c153894b27ef0fb5caed614bfc;p=util-linux wipefs: cleanup usage() and man page Signed-off-by: Karel Zak --- diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8 index 3217c101..109c0a6b 100644 --- a/misc-utils/wipefs.8 +++ b/misc-utils/wipefs.8 @@ -15,7 +15,7 @@ wipefs \- wipe a filesystem signature from a device .B wipefs allows to erase filesystem or raid signatures (magic strings) from the .I device -to make the device invisible for libblkid. +to make the filesystem invisible for libblkid. .B wipefs does not erase the whole filesystem or any other data from the device. When used without options -a or -o, it lists all visible filesystems and offsets diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index f735065d..af8bc20e 100644 --- a/misc-utils/wipefs.c +++ b/misc-utils/wipefs.c @@ -323,7 +323,7 @@ strtoll_offset(const char *str) static void __attribute__((__noreturn__)) usage(FILE *out) { - fprintf(out, _("Usage: %s [options] \n\nOptions:\n"), + fprintf(out, _("Usage: %s [options] \n\nOptions:\n"), program_invocation_short_name); fprintf(out, _(