summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.1
diff options
context:
space:
mode:
authorKarel Zak2014-02-14 14:37:51 +0100
committerKarel Zak2014-02-14 14:37:51 +0100
commit782c290c5c1dd74f28c21ccd93a3b83445143dcf (patch)
tree07fa3e6a325842c057d756b14550e24bb2ddb6c7 /sys-utils/fallocate.1
parentfallocate: Add "--dig-holes" option (diff)
downloadkernel-qcow2-util-linux-782c290c5c1dd74f28c21ccd93a3b83445143dcf.tar.gz
kernel-qcow2-util-linux-782c290c5c1dd74f28c21ccd93a3b83445143dcf.tar.xz
kernel-qcow2-util-linux-782c290c5c1dd74f28c21ccd93a3b83445143dcf.zip
fallocate: add --verbose, clean up usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/fallocate.1')
-rw-r--r--sys-utils/fallocate.12
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/fallocate.1 b/sys-utils/fallocate.1
index 04c426375..8f862ab61 100644
--- a/sys-utils/fallocate.1
+++ b/sys-utils/fallocate.1
@@ -59,6 +59,8 @@ Specifies the beginning offset of the allocation, in bytes.
Specifies the length of the allocation, in bytes.
.IP "\fB\-h, \-\-help\fP"
Display help text and exit.
+.IP "\fB-v, \-\-verbose"
+Enable verbose mode.
.IP "\fB-V, \-\-version"
Display version information and exit.
.SH AUTHORS