diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-15 13:10:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-15 13:10:49 +0200 |
commit | 65e20e4873f4aed6b880da2b966fd182acd7d0dd (patch) | |
tree | bad09232cf53810ac6f218fd52113732b5df6123 /bin | |
parent | ba42ef586d9333b2ff4702b57d08cb9a56ff88be (diff) |
checklinks(1): Use a table for --msglevel
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/checklinks | 10 |
1 files changed, 6 insertions, 4 deletions
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<level> -Set the level of status messages. -If I<level> 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<parameter>=I<value> |