From dc0582ce0aeeeac85831465ca1efa15c7bba78ec Mon Sep 17 00:00:00 2001 From: Jonathan Earl Brassow Date: Tue, 18 Oct 2011 16:27:45 +0000 Subject: [PATCH] Fix bad lvconvert help output. The '--merge' option to lvconvert works on snapshots and RAID1. The man pages correctly reflect this, but the CLI help output still used the term, 'SnapshotLogicalVolume'. --- tools/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/commands.h b/tools/commands.h index 806f5cad2..bbc278546 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -137,7 +137,7 @@ xx(lvconvert, "\t[-d|--debug]\n" "\t[-h|-?|--help]\n" "\t[-v|--verbose]\n" - "\tSnapshotLogicalVolume[Path]\n", + "\tLogicalVolume[Path]\n", alloc_ARG, background_ARG, chunksize_ARG, corelog_ARG, interval_ARG, merge_ARG, mirrorlog_ARG, mirrors_ARG, name_ARG, noudevsync_ARG, -- 2.43.5