From: Stefano Lattarini Date: Mon, 21 May 2012 13:44:14 +0000 (+0200) Subject: help: fix a typo in the list of warning categories X-Git-Tag: v1.12.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1e28a86cf4700ac078145cee44e07ba34c28a0;p=thirdparty%2Fautomake.git help: fix a typo in the list of warning categories * lib/Automake/ChannelDefs.pm (usage): s/none'/none/. Signed-off-by: Stefano Lattarini --- diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm index 524b8f5bb..02ce8493f 100644 --- a/lib/Automake/ChannelDefs.pm +++ b/lib/Automake/ChannelDefs.pm @@ -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 }