]> sourceware.org Git - lvm2.git/commitdiff
Fix bad lvconvert help output.
authorJonathan Earl Brassow <jbrassow@redhat.com>
Tue, 18 Oct 2011 16:27:45 +0000 (16:27 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Tue, 18 Oct 2011 16:27:45 +0000 (16:27 +0000)
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

index 806f5cad20e1724a8146d09377f5788e3727f528..bbc27854631dc22206d0e0199ddf95cb218220f7 100644 (file)
@@ -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,
This page took 0.037089 seconds and 5 git commands to generate.