summaryrefslogtreecommitdiff
path: root/tools/command-lines.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-06-10 11:35:26 -0500
committerDavid Teigland <teigland@redhat.com>2019-06-10 13:43:20 -0500
commite225bf59ffdad0de1bb976ffdb65d77979cb5381 (patch)
tree8f9724785693ca0761e8f9117c5af38f2a518865 /tools/command-lines.in
parentb7850faba72a50e49783a3b01e6833fc1a99873b (diff)
downloadlvm2-e225bf59ffdad0de1bb976ffdb65d77979cb5381.tar.gz
fix command definition for pvchange -a
The -a was being included in the set of "one or more" options instead of an actual required option. Even though the cmd def was not implementing the restrictions correctly, the command internally was. Adjust the cmd def code which did not support a command with some real required options and a set of "one or more" options.
Diffstat (limited to 'tools/command-lines.in')
-rw-r--r--tools/command-lines.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/command-lines.in b/tools/command-lines.in
index 4601239f2..c9d4fd641 100644
--- a/tools/command-lines.in
+++ b/tools/command-lines.in
@@ -1404,7 +1404,7 @@ OO_PVCHANGE: --autobackup Bool, --force, --reportformat ReportFmt, --uuid
OO_PVCHANGE_META: --allocatable Bool, --addtag Tag, --deltag Tag,
--uuid, --metadataignore Bool
-pvchange OO_PVCHANGE_META --all
+pvchange --all OO_PVCHANGE_META
OO: OO_PVCHANGE
IO: --ignoreskippedcluster
ID: pvchange_properties_all