summaryrefslogtreecommitdiffstats
path: root/disk-utils/raw.8
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 12:36:29 +0200
committerKarel Zak2013-04-05 12:36:29 +0200
commit4fa491b3f4a7eaf9eb457c752907ebb4870c8183 (patch)
tree94ab2247671b7165a4923304340fce70141ee813 /disk-utils/raw.8
parentmount: add --read-write to man page (diff)
downloadkernel-qcow2-util-linux-4fa491b3f4a7eaf9eb457c752907ebb4870c8183.tar.gz
kernel-qcow2-util-linux-4fa491b3f4a7eaf9eb457c752907ebb4870c8183.tar.xz
kernel-qcow2-util-linux-4fa491b3f4a7eaf9eb457c752907ebb4870c8183.zip
raw: add long options to man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/raw.8')
-rw-r--r--disk-utils/raw.812
1 files changed, 8 insertions, 4 deletions
diff --git a/disk-utils/raw.8 b/disk-utils/raw.8
index 0e47843c6..3615218d2 100644
--- a/disk-utils/raw.8
+++ b/disk-utils/raw.8
@@ -60,18 +60,22 @@ in virtual memory must also be aligned to a multiple of the sector
size. The sector size is 512 bytes for most devices.
.SH OPTIONS
.TP
-.B -q
+\fB\-q\fR, \fB\-\-query\fR
Set query mode.
.B raw
will query an existing binding instead of setting a new one.
.TP
-.B -a
+\fB\-a\fR, \fB\-\-all\fR
With
.B -q
, specify that all bound raw devices should be queried.
.TP
-.B -h
-Provide a usage summary.
+\fB\-h\fR, \fB\-\-help\fR
+Display help and exit.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Display version information and exit.
+
.SH BUGS
The Linux
.BR dd (1)