]> sourceware.org Git - lvm2.git/commitdiff
Update help messages for vgextend / vgcreate to mention PHYSICAL DEVICE OPTIONS.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 5 Oct 2009 20:22:58 +0000 (20:22 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 5 Oct 2009 20:22:58 +0000 (20:22 +0000)
tools/commands.h

index fa27e31d29878dbab78ed875071bae6652a65c7f..728ebd56ef24a5166bdfb2fb83e3a58b68718c7e 100644 (file)
@@ -754,7 +754,8 @@ xx(vgcreate,
    "\t[-t|--test] " "\n"
    "\t[-v|--verbose]" "\n"
    "\t[--version] " "\n"
-   "\tVolumeGroupName PhysicalVolume [PhysicalVolume...]\n",
+   "\t[ PHYSICAL DEVICE OPTIONS ] " "\n"
+   "\tVolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]\n",
 
    addtag_ARG, alloc_ARG, autobackup_ARG, clustered_ARG, maxlogicalvolumes_ARG,
    maxphysicalvolumes_ARG, metadatatype_ARG, physicalextentsize_ARG, test_ARG,
@@ -820,6 +821,7 @@ xx(vgextend,
    "\t[-t|--test]\n"
    "\t[-v|--verbose]\n"
    "\t[--version]" "\n"
+   "\t[ PHYSICAL DEVICE OPTIONS ] " "\n"
    "\tVolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]\n",
 
    autobackup_ARG, test_ARG,
This page took 0.037108 seconds and 5 git commands to generate.