summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.8
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-14 21:34:39 +0200
committerKarel Zak2013-10-15 10:28:30 +0200
commitb4362b6f849fd9a94e497927d513716dc09a9cd0 (patch)
tree36a260e035d9525a75ddc0b874f46a55879e8000 /misc-utils/wipefs.8
parentdocs: format, grammarize, and standardize the wall man page (diff)
downloadkernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.tar.gz
kernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.tar.xz
kernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.zip
docs: standardize the phrases for --help and --version in all man pages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/wipefs.8')
-rw-r--r--misc-utils/wipefs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8
index 0c34b0f0a..331e96ca8 100644
--- a/misc-utils/wipefs.8
+++ b/misc-utils/wipefs.8
@@ -49,7 +49,7 @@ Force erasure, even if the filesystem is mounted. This is required in
order to erase the partition table on a block device.
.TP
.BR \-h , " \-\-help"
-Print help and exit.
+Display help text and exit.
.TP
.BR -n , " \-\-no\-act"
Causes everything to be done except for the write() call.
@@ -78,7 +78,7 @@ can be prefixed with 'no' to specify the types on which no action should be
taken. For more details see mount(8).
.TP
.BR -V , " \-\-version"
-Output version information and exit.
+Display version information and exit.
.SH EXAMPLES
.TP
.BR "wipefs --all --backup /dev/sdb"