From 65e20e4873f4aed6b880da2b966fd182acd7d0dd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 15 Sep 2009 13:10:49 +0200 Subject: checklinks(1): Use a table for --msglevel --- bin/checklinks | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/checklinks b/bin/checklinks index 0e20186..000a561 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -163,10 +163,12 @@ Create or update links based on a file =item B<-m>, B<--msglevel>=I -Set the level of status messages. -If I is B<0>, all will be shown. A level of 1 will filter out messages -which have a status of "ok" or "absolute", level 2 will filter anything except -"EXISTS" and "no dst", and anything higher will filter all output. +Set the level threshold to show status messages. + + 0 show everything + 1 filter "ok" and "absolute" messages + 2 filter everything but "EXISTS" and "no dst" + >2 no messages =item B<-p>, B<--parameter> I=I -- cgit v1.2.3