summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-02-17 14:46:10 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-17 14:46:10 -0600
commit50e0345f9d245cdcb29e4988760e788defa5e88e (patch)
tree03789b03337989397187d52a8a03a935103feb3e
parent10cb8e0ec08d430d697fb8a58caaefb5aea32928 (diff)
downloadlvm2-50e0345f9d245cdcb29e4988760e788defa5e88e.tar.gz
man lvmconfig: refer to typeconfig option name
-rw-r--r--tools/args.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/args.h b/tools/args.h
index 1f3ace734..0575a2f54 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -546,7 +546,7 @@ arg(shared_ARG, '\0', "shared", 0, 0, 0,
arg(sinceversion_ARG, '\0', "sinceversion", string_VAL, 0, 0,
"Specify an LVM version in x.y.z format where x is the major version,\n"
"the y is the minor version and z is the patchlevel (e.g. 2.2.106).\n"
- "This option is currently applicable only with --type new\n"
+ "This option is currently applicable only with --typeconfig new\n"
"to display all configuration settings introduced since given version.\n")
arg(splitcache_ARG, '\0', "splitcache", 0, 0, 0,
@@ -1024,7 +1024,7 @@ arg(list_ARG, 'l', "list", 0, 0, 0,
"#dumpconfig\n"
"#config\n"
"List config settings with summarizing comment. This is the same as using\n"
- "options --type list --withsummary.\n"
+ "options --typeconfig list --withsummary.\n"
"#vgcfgrestore\n"
"List metadata backup and archive files pertaining to the VG.\n"
"May be used with --file. Does not restore the VG.\n"