From b9d10857b26533dcd52c4d482af0a9291670858e Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 18 Apr 2017 15:55:57 -0500 Subject: [PATCH] man: quote the word no --- tools/args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/args.h b/tools/args.h index 24e391897..be1711b86 100644 --- a/tools/args.h +++ b/tools/args.h @@ -1234,7 +1234,7 @@ arg(physicalvolume_ARG, 'P', "physicalvolume", 0, 0, 0, NULL) arg(quiet_ARG, 'q', "quiet", 0, ARG_COUNTABLE, 0, "Suppress output and log messages. Overrides --debug and --verbose.\n" - "Repeat once to also suppress any prompts with answer no.\n") + "Repeat once to also suppress any prompts with answer 'no'.\n") arg(readahead_ARG, 'r', "readahead", readahead_VAL, 0, 0, "Sets read ahead sector count of an LV.\n" -- 2.43.5