From 57e899fd175537f3a878b39022089984f2d8ee95 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 14 Mar 2012 13:31:39 +0100 Subject: [PATCH] - Document -q option in man page. - Fix thin_repair typo in man page. - Remove some whitespaces. --- man8/thin_check.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man8/thin_check.8 b/man8/thin_check.8 index 1ba99f0..6daff5a 100644 --- a/man8/thin_check.8 +++ b/man8/thin_check.8 @@ -19,17 +19,20 @@ See how to dump metadata to a file. .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. -.IP "\fB\-V, \-\-version\fP" +.IP "\fB\-V, \-\-version\fP" Output version information and exit. .SH EXAMPLE Analyses and repairs thin provisioning metadata on logical volume /dev/vg/metadata: .sp -.B thin_repair /dev/vg/metadata +.B thin_check /dev/vg/metadata The device may not be actively used by the target when repairing!