summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2014-04-15 12:50:58 -0500
committerDavid Teigland <teigland@redhat.com>2014-04-15 12:50:58 -0500
commit412b7cad1c993d0e80b2036e6214c855330440e6 (patch)
tree9fa6388894f2cf2fa4f5b5f8f9b8bb5c79745c98
parent38239d1a808e32944872cc1d9b6cf0bfb82d7c2f (diff)
downloadlvm2-412b7cad1c993d0e80b2036e6214c855330440e6.tar.gz
vgimport: fix all option
toollib rework hadn't enabled "all vgs" for vgimport.
-rw-r--r--tools/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 4bd5b91a3..ca09f2ed3 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1024,7 +1024,7 @@ xx(vgextend,
xx(vgimport,
"Register exported volume group with system",
- 0,
+ ENABLE_ALL_VGS,
"vgimport " "\n"
"\t[-a|--all]\n"
"\t[-d|--debug] " "\n"