diff options
author | Karel Zak | 2017-02-24 12:05:13 +0100 |
---|---|---|
committer | Karel Zak | 2017-02-24 12:05:13 +0100 |
commit | 830043212f4fccb66fde9066a2f5e2c5a5a6f501 (patch) | |
tree | 0d528196652df6552878b98672925f9f3e7d6102 /sys-utils/blkzone.8 | |
parent | blkzone: use optutils.h to check mutually exclusive options (diff) | |
download | kernel-qcow2-util-linux-830043212f4fccb66fde9066a2f5e2c5a5a6f501.tar.gz kernel-qcow2-util-linux-830043212f4fccb66fde9066a2f5e2c5a5a6f501.tar.xz kernel-qcow2-util-linux-830043212f4fccb66fde9066a2f5e2c5a5a6f501.zip |
blkzone: add count option to bash-completion
and fix typo in man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/blkzone.8')
-rw-r--r-- | sys-utils/blkzone.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/blkzone.8 b/sys-utils/blkzone.8 index 983b04411..460950850 100644 --- a/sys-utils/blkzone.8 +++ b/sys-utils/blkzone.8 @@ -81,7 +81,7 @@ The maximum number of sectors the command should operate on. The default value is the number of sectors remaining after \fIoffset\fR. This option cannot be used together with the option \fB\-\-count\fP. .TP -.BR \-l , " \-\-count "\fIcount\fP +.BR \-c , " \-\-count "\fIcount\fP The maximum number of zones the command should operate on. The default value is the nuber of zones starting from \fIoffset\fR. This option cannot be used together with the option \fB\-\-length\fP. |