summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-07-15 09:26:10 -0500
committerDavid Teigland <teigland@redhat.com>2015-07-15 09:26:10 -0500
commite15db1592642d5eb0a2a76b35882502c541302c7 (patch)
treee69d2540a1793d934ea9157577f05f759d741809
parent2972604f0c189217e9f46280798bd01243d37f83 (diff)
downloadlvm2-e15db1592642d5eb0a2a76b35882502c541302c7.tar.gz
vgimport: fix the all VGs case
The ALL_VGS_IS_DEFAULT flag was wrongly removed; it is needed for vgimport -a to work.
-rw-r--r--tools/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index bab7bc9f6..7f4b4e274 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1229,7 +1229,7 @@ xx(vgextend,
xx(vgimport,
"Register exported volume group with system",
- 0,
+ ALL_VGS_IS_DEFAULT,
"vgimport\n"
"\t[-a|--all]\n"
"\t[--commandprofile ProfileName]\n"