summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-12-06 16:21:26 -0600
committerDavid Teigland <teigland@redhat.com>2019-12-06 16:21:26 -0600
commit3f381784f2726edda1ebfe806ba7d0b0dee33cdb (patch)
treee0ab706a473d5b4805fc524755e03c01064ec0db
parentec71df6fec481b688a7c4db3171a451c18dbdc52 (diff)
downloadlvm2-3f381784f2726edda1ebfe806ba7d0b0dee33cdb.tar.gz
update option description for settings
-rw-r--r--tools/args.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/args.h b/tools/args.h
index 533cc5479..e0bd42a8d 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -463,7 +463,8 @@ arg(setphysicalvolumesize_ARG, '\0', "setphysicalvolumesize", sizemb_VAL, 0, 0,
arg(settings_ARG, '\0', "settings", string_VAL, ARG_GROUPABLE, 0,
"Specifies command specific settings in \"Key = Value\" form.\n"
- "Repeat this option to specify multiple values.\n")
+ "Combine multiple settings in quotes, or repeat the settings\n"
+ "option for each.\n")
arg(poll_ARG, '\0', "poll", bool_VAL, 0, 0,
"When yes, start the background transformation of an LV.\n"