]> 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, 15 Mar 2010 12:45:03 +0000 (13:45 +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 8cacb5b0b0efe7bfcf5d72b5c35790e3725b088e..489105e49f4368cc4675dc43d48cc9ab16df148e 100644 (file)
@@ -324,7 +324,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, _(