summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-07-15 09:21:45 -0500
committerDavid Teigland <teigland@redhat.com>2015-07-15 09:23:30 -0500
commit2972604f0c189217e9f46280798bd01243d37f83 (patch)
tree2bccc4070ef1c1de971be647f0082fe29d03afa7
parentd947a815e8bc6080ee5b364bd55f8aa0c2807f4e (diff)
downloadlvm2-2972604f0c189217e9f46280798bd01243d37f83.tar.gz
vgexport: fix the all VGs case
The ALL_VGS_IS_DEFAULT flag was wrongly removed; it is needed for vgexport -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 e50505d34..bab7bc9f6 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1191,7 +1191,7 @@ xx(vgdisplay,
xx(vgexport,
"Unregister volume group(s) from the system",
- 0,
+ ALL_VGS_IS_DEFAULT,
"vgexport\n"
"\t[-a|--all]\n"
"\t[--commandprofile ProfileName]\n"