summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-07-27 13:13:59 -0500
committerDavid Teigland <teigland@redhat.com>2016-07-27 13:13:59 -0500
commit17fb64b569742a2d247f20d198a8b6facdd12a0c (patch)
tree0d3cf162939fcb3f598988cab6f2251807e93f0e
parentc7b2654c25b8953c55638e7fab2cd0268845cbb3 (diff)
downloadlvm2-17fb64b569742a2d247f20d198a8b6facdd12a0c.tar.gz
man: lvmthin clean up syntax example
The syntax for converting an LV to a thin LV included an unnecessary --thin option. I was probably still confused about these options when writing this.
-rw-r--r--man/lvmthin.7.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lvmthin.7.in b/man/lvmthin.7.in
index c142f56e6..ce8697489 100644
--- a/man/lvmthin.7.in
+++ b/man/lvmthin.7.in
@@ -1173,7 +1173,7 @@ name of ExampleLV.
.B lvconvert \-\-type thin \-\-thinpool VG/ThinPoolLV
.br
.RS
-.B \-\-originname NewExternalOriginLV \-\-thin VG/ExampleLV
+.B \-\-originname NewExternalOriginLV VG/ExampleLV
.RE
.I Example