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 4ed893fc4..9857466de 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -99,12 +99,12 @@ struct arg_value_group_list {
#define ALL_VGS_IS_DEFAULT 0x00000004
/* Process all devices with --all if none are specified on the command line. */
#define ENABLE_ALL_DEVS 0x00000008
-/* Exactly one VG name argument required. */
-#define ONE_VGNAME_ARG 0x00000010
/* Command needs a shared lock on a VG; it only reads the VG. */
#define LOCKD_VG_SH 0x00000020
/* Command does not process any metadata. */
#define NO_METADATA_PROCESSING 0x00000040
+/* Command processes only a single VG name. */
+#define ONE_VGNAME_ARG 0x00000080
/* a register of the lvm commands */
struct command {