From 0d1e28a86cf4700ac078145cee44e07ba34c28a0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 21 May 2012 15:44:14 +0200 Subject: [PATCH] help: fix a typo in the list of warning categories * lib/Automake/ChannelDefs.pm (usage): s/none'/none/. Signed-off-by: Stefano Lattarini --- lib/Automake/ChannelDefs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm index 524b8f5..02ce849 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 } -- 2.7.4