1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-09-03 21:44:25 +03:00

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.
This commit is contained in:
David Teigland
2016-07-27 13:13:59 -05:00
parent c7b2654c25
commit 17fb64b569

View File

@@ -1173,7 +1173,7 @@ name of ExampleLV.
.B lvconvert \-\-type thin \-\-thinpool VG/ThinPoolLV .B lvconvert \-\-type thin \-\-thinpool VG/ThinPoolLV
.br .br
.RS .RS
.B \-\-originname NewExternalOriginLV \-\-thin VG/ExampleLV .B \-\-originname NewExternalOriginLV VG/ExampleLV
.RE .RE
.I Example .I Example