]> err.no Git - util-linux/commitdiff
wipefs: cleanup usage() and man page
authorKarel Zak <kzak@redhat.com>
Mon, 15 Mar 2010 12:45:03 +0000 (13:45 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Mar 2010 08:16:23 +0000 (09:16 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/wipefs.8
misc-utils/wipefs.c

index 3217c101a5b2ca330bd152524b13bb2aa248b8cb..109c0a6b4d1938dd69a645ad67048e988dcb8dd2 100644 (file)
@@ -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
index f735065d708a12c65e81180bd2083beb4fb2c5d4..af8bc20ed60d44962d58b899e4e7bf17d2a11342 100644 (file)
@@ -323,7 +323,7 @@ strtoll_offset(const char *str)
 static void __attribute__((__noreturn__))
 usage(FILE *out)
 {
-       fprintf(out, _("Usage: %s [options] <filename>\n\nOptions:\n"),
+       fprintf(out, _("Usage: %s [options] <device>\n\nOptions:\n"),
                        program_invocation_short_name);
 
        fprintf(out, _(