From: David Teigland Date: Tue, 18 Apr 2017 20:55:57 +0000 (-0500) Subject: man: quote the word no X-Git-Tag: v2_02_171~43 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b9d10857b26533dcd52c4d482af0a9291670858e;p=lvm2.git man: quote the word no --- 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"