summaryrefslogtreecommitdiff
path: root/tools/args.h
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-01-28 21:42:30 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2019-01-28 22:39:10 +0100
commit59b87cf7d67613d82e8dff7eb10f3c6ceaea0124 (patch)
tree18ab8485b862f470b25b0423bd6f30e4d5cc4649 /tools/args.h
parent87864f09f6a394b408329ce695e6c93cbee15bbd (diff)
downloadlvm2-59b87cf7d67613d82e8dff7eb10f3c6ceaea0124.tar.gz
vdo: document types vdo and vdo-pool
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/args.h b/tools/args.h
index 898e756fa..b3ba99ecc 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -714,9 +714,10 @@ arg(type_ARG, '\0', "type", segtype_VAL, 0, 0,
"For thin provisioning (\\fBthin\\fP, \\fBthin-pool\\fP) see \\fBlvmthin\\fP(7).\n"
"For performance caching (\\fBcache\\fP, \\fBcache-pool\\fP) see \\fBlvmcache\\fP(7).\n"
"For copy-on-write snapshots (\\fBsnapshot\\fP) see usage definitions.\n"
+ "For VDO (\\fBvdo\\fP) see \\fBlvmvdo\\fP(7).\n"
"Several commands omit an explicit type option because the type\n"
"is inferred from other options or shortcuts\n"
- "(e.g. --stripes, --mirrors, --snapshot, --virtualsize, --thin, --cache).\n"
+ "(e.g. --stripes, --mirrors, --snapshot, --virtualsize, --thin, --cache, --vdo).\n"
"Use inferred types with care because it can lead to unexpected results.\n")
arg(unbuffered_ARG, '\0', "unbuffered", 0, 0, 0,