summaryrefslogtreecommitdiffstats
path: root/tools/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 21f1adc1..073727f3 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -663,6 +663,7 @@ xx(pvscan,
"List all physical volumes",
PERMITTED_READ_ONLY,
"pvscan " "\n"
+ "\t[--cache DevicePath [DevicePath...]] " "\n"
"\t[-d|--debug] " "\n"
"\t{-e|--exported | -n|--novolumegroup} " "\n"
"\t[-h|-?|--help]" "\n"
@@ -670,12 +671,11 @@ xx(pvscan,
"\t[-P|--partial] " "\n"
"\t[-s|--short] " "\n"
"\t[-u|--uuid] " "\n"
- "\t[--lvmetad DevicePath [DevicePath...]] " "\n"
"\t[-v|--verbose] " "\n"
"\t[--version]\n",
- exported_ARG, ignorelockingfailure_ARG, novolumegroup_ARG, partial_ARG,
- short_ARG, uuid_ARG, lvmetad_ARG)
+ cache_ARG, exported_ARG, ignorelockingfailure_ARG, novolumegroup_ARG,
+ partial_ARG, short_ARG, uuid_ARG)
xx(segtypes,
"List available segment types",