From 190f6945eee0338e7e6101e95ccdc2b141dad896 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 4 Aug 2005 01:50:17 +0000 Subject: [PATCH] Fix lvconvert PV parameter in help string. --- WHATS_NEW | 1 + tools/commands.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index febafb996..63e42120f 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.01.14 - ================================ + Fix lvconvert PV parameter in help string. Prevent snapshots getting activated in a clustered VG. Separate out _build_dev_string. Move zero_lv to toollib. diff --git a/tools/commands.h b/tools/commands.h index f699e0522..9be628447 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -87,7 +87,7 @@ xx(lvconvert, "\t[-m|--mirrors Mirrors]\n" "\t[-v|--verbose]\n" "\t[--version]" "\n" - "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n", + "\tLogicalVolume[Path] [PhysicalVolume[Path]...]\n", alloc_ARG, mirrors_ARG, test_ARG)