From 57e899fd175537f3a878b39022089984f2d8ee95 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 14 Mar 2012 13:31:39 +0100 Subject: [PATCH 1/2] - 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! From 6bb2b99691f292ac57997746e004209fdea3ea4f Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 14 Mar 2012 12:44:44 +0000 Subject: [PATCH 2/2] bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8294c18..7693c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file