From a7dfe4f24d93b323757a378792cbe2e9c308aa3d Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Mon, 5 Oct 2009 20:22:58 +0000 Subject: [PATCH] Update help messages for vgextend / vgcreate to mention PHYSICAL DEVICE OPTIONS. --- tools/commands.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/commands.h b/tools/commands.h index fa27e31d2..728ebd56e 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -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, -- 2.43.5