summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-21 15:44:14 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-21 15:44:14 +0200
commit0d1e28a86cf4700ac078145cee44e07ba34c28a0 (patch)
treeb44097bb6488d5e27cf62d601288a1bc1cbbb4cd /lib/Automake
parent16bf8ebc8156278699571ff92b47a923f242ace6 (diff)
downloadautomake-0d1e28a86cf4700ac078145cee44e07ba34c28a0.tar.gz
help: fix a typo in the list of warning categories
* lib/Automake/ChannelDefs.pm (usage): s/none'/none/. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/Automake')
-rw-r--r--lib/Automake/ChannelDefs.pm2
1 files changed, 1 insertions, 1 deletions
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
}