From f5b1bab190e86bd6a52942047d2c767ec82508d1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 15 Mar 2010 13:45:03 +0100 Subject: [PATCH] wipefs: cleanup usage() and man page Signed-off-by: Karel Zak --- misc-utils/wipefs.8 | 2 +- misc-utils/wipefs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 8cacb5b0..489105e4 100644 --- a/misc-utils/wipefs.c +++ b/misc-utils/wipefs.c @@ -324,7 +324,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, _( -- 2.39.5