Signed-off-by: Karel Zak <kzak@redhat.com>
.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
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, _(