[lvm-devel] LVM2/tools commands.h

jbrassow at sourceware.org jbrassow at sourceware.org
Tue Oct 18 16:27:46 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	jbrassow at sourceware.org	2011-10-18 16:27:46

Modified files:
	tools          : commands.h 

Log message:
	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'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/commands.h.diff?cvsroot=lvm2&r1=1.164&r2=1.165

--- LVM2/tools/commands.h	2011/10/07 14:52:27	1.164
+++ LVM2/tools/commands.h	2011/10/18 16:27:45	1.165
@@ -137,7 +137,7 @@
    "\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,




More information about the lvm-devel mailing list