From 3f381784f2726edda1ebfe806ba7d0b0dee33cdb Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 6 Dec 2019 16:21:26 -0600 Subject: [PATCH] update option description for settings --- tools/args.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"