- Document -q option in man page. - Fix thin_repair typo in man page. - Remove some whitespaces.

This commit is contained in:
Milan Broz 2012-03-14 13:31:39 +01:00 committed by Joe Thornber
parent 7b1907cf3b
commit 57e899fd17

View File

@ -19,17 +19,20 @@ See
how to dump metadata to a file. how to dump metadata to a file.
.SH OPTIONS .SH OPTIONS
.IP "\fB\-h, \-\-help\fP" .IP "\fB\-q, \-\-quiet\fP"
Suppress output messages, return only exit code.
.IP "\fB\-h, \-\-help\fP"
Print help and exit. Print help and exit.
.IP "\fB\-V, \-\-version\fP" .IP "\fB\-V, \-\-version\fP"
Output version information and exit. Output version information and exit.
.SH EXAMPLE .SH EXAMPLE
Analyses and repairs thin provisioning metadata on logical volume Analyses and repairs thin provisioning metadata on logical volume
/dev/vg/metadata: /dev/vg/metadata:
.sp .sp
.B thin_repair /dev/vg/metadata .B thin_check /dev/vg/metadata
The device may not be actively used by the target The device may not be actively used by the target
when repairing! when repairing!