1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Fix lvconvert PV parameter in help string.

This commit is contained in:
Alasdair Kergon 2005-08-04 01:50:17 +00:00
parent 7b68df96dc
commit 190f6945ee
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.01.14 - Version 2.01.14 -
================================ ================================
Fix lvconvert PV parameter in help string.
Prevent snapshots getting activated in a clustered VG. Prevent snapshots getting activated in a clustered VG.
Separate out _build_dev_string. Separate out _build_dev_string.
Move zero_lv to toollib. Move zero_lv to toollib.

View File

@ -87,7 +87,7 @@ xx(lvconvert,
"\t[-m|--mirrors Mirrors]\n" "\t[-m|--mirrors Mirrors]\n"
"\t[-v|--verbose]\n" "\t[-v|--verbose]\n"
"\t[--version]" "\n" "\t[--version]" "\n"
"\tLogicalVolume[Path] [LogicalVolume[Path]...]\n", "\tLogicalVolume[Path] [PhysicalVolume[Path]...]\n",
alloc_ARG, mirrors_ARG, test_ARG) alloc_ARG, mirrors_ARG, test_ARG)