summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.8
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-03 10:23:08 +0200
committerKarel Zak2011-08-08 11:58:47 +0200
commit11295cd10264460271481494983d58b9507b73e0 (patch)
tree3815a597e3850f669fd5e09cd9ea5e6e87a3ceb1 /misc-utils/wipefs.8
parentfindmnt: (man page) short option for --timeout is not -t but -w (diff)
downloadkernel-qcow2-util-linux-11295cd10264460271481494983d58b9507b73e0.tar.gz
kernel-qcow2-util-linux-11295cd10264460271481494983d58b9507b73e0.tar.xz
kernel-qcow2-util-linux-11295cd10264460271481494983d58b9507b73e0.zip
wipefs: change option -v to -V for --version; add it to man page
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/wipefs.8')
-rw-r--r--misc-utils/wipefs.86
1 files changed, 4 insertions, 2 deletions
diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8
index ebb64bd4f..00a406d2e 100644
--- a/misc-utils/wipefs.8
+++ b/misc-utils/wipefs.8
@@ -7,7 +7,7 @@
wipefs \- wipe a filesystem signature from a device
.SH SYNOPSIS
.B wipefs
-.RB [ \-ahnp ]
+.RB [ \-ahnpV ]
.RB [ \-o
.IR offset ]
.I device
@@ -36,8 +36,10 @@ The \fIoffset\fR argument may be followed by binary (2^N) suffixes KiB, MiB,
GiB, TiB, PiB and EiB (the "iB" is optional, e.g. "K" has the same meaning as
"KiB") or decimal (10^N) suffixes KB, MB, GB, PB and EB.
.IP "\fB\-p, \-\-parsable\fP"
-Print out in parsable instead of printable format. Encode all potentially unsafe
+Print out in parsable instead of printable format. Encode all potentially unsafe
characters of a string to the corresponding hex value prefixed by '\\x'.
+.IP "\fB\-V, \-\-version\fP"
+Output version information and exit.
.SH AUTHOR
Karel Zak <kzak@redhat.com>.
.SH AVAILABILITY