summaryrefslogtreecommitdiff
path: root/tools/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/commands.h b/tools/commands.h
index bf3e7ac67..7f6cef582 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1260,6 +1260,21 @@ xx(vgimport,
all_ARG, force_ARG, select_ARG, test_ARG)
+xx(vgimportclone,
+ "Import a VG from cloned PVs",
+ 0,
+ "vgimportclone\n"
+ "\t[-d|--debug]\n"
+ "\t[-h|--help]\n"
+ "\t[-i|--import]\n"
+ "\t[-n|--basevgname]\n"
+ "\t[-t|--test]\n"
+ "\t[-v|--verbose]\n"
+ "\t[--version]\n"
+ "\t[PhysicalVolumePath...]\n",
+
+ basevgname_ARG, test_ARG, import_ARG)
+
xx(vgmerge,
"Merge volume groups",
0,