From 2972604f0c189217e9f46280798bd01243d37f83 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 15 Jul 2015 09:21:45 -0500 Subject: [PATCH] vgexport: fix the all VGs case The ALL_VGS_IS_DEFAULT flag was wrongly removed; it is needed for vgexport -a to work. --- tools/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.5