]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
help: fix a typo in the list of warning categories
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 13:44:14 +0000 (15:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 13:44:14 +0000 (15:44 +0200)
* lib/Automake/ChannelDefs.pm (usage): s/none'/none/.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/Automake/ChannelDefs.pm

index 524b8f5bb631b7485911604716cbe75ed0fea73d..02ce8493f7f370e7947a5f4716ef794274deff36 100644 (file)
@@ -194,7 +194,7 @@ Warning categories include:
   unsupported        unsupported or incomplete features (default)
   all                all the warnings
   no-CATEGORY        turn off warnings in CATEGORY
-  none'              turn off all the warnings
+  none               turn off all the warnings
   error              treat warnings as errors
 EOF
 }