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-22 13:39:49 -0500
commit286e25e5a1b06f802a560f46c9596726bf993e5f (patch)
treeba53f612a1fa63a75caaf474c498d10366769859
parentc65ea406f96e65f2f8b80f9936df0320db34a93c (diff)
downloadlvm2-286e25e5a1b06f802a560f46c9596726bf993e5f.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 ec8142fa3..e5853a0ec 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1039,7 +1039,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"