wipefs: cleanup usage() and man page

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2010-03-15 13:45:03 +01:00
parent af6b2e6574
commit f5b1bab190
2 changed files with 2 additions and 2 deletions

View 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

View 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, _(