summaryrefslogtreecommitdiff
path: root/tools/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools.h b/tools/tools.h
index edc0f6b23..9eb3dff1c 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -102,8 +102,8 @@ struct arg_value_group_list {
#define CACHE_VGMETADATA 0x00000001
#define PERMITTED_READ_ONLY 0x00000002
-#define ENABLE_ALL_VGS 0x00000004 /* run cmd on all vgs if none are named */
-#define ENABLE_ALL_DEVS 0x00000008
+#define ALL_VGS_IS_DEFAULT 0x00000004 /* run cmd on all vgs if none are named */
+#define ENABLE_ALL_DEVS 0x00000008 /* run cmd on all pvs is none are named */
/* a register of the lvm commands */
struct command {