]> sourceware.org Git - lvm2.git/commitdiff
man: quote the word no
authorDavid Teigland <teigland@redhat.com>
Tue, 18 Apr 2017 20:55:57 +0000 (15:55 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 18 Apr 2017 20:56:48 +0000 (15:56 -0500)
tools/args.h

index 24e391897f9d7cb6e3ca62fd7f711a55ef356599..be1711b8693706e5145cce093aa34ec14aed084e 100644 (file)
@@ -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"
This page took 0.030483 seconds and 5 git commands to generate.