projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173d604
)
fix usage for --log-level
author
Antoine Beaupré
<anarcat@koumbit.org>
Thu, 29 May 2014 22:51:21 +0000
(18:51 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 30 May 2014 14:19:15 +0000
(10:19 -0400)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index 790a2560add04ea0cc0e9b1717b6e86b34962b06..0893381cb6a3cddfcc09b37d4158ab03b0c6d030 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-942,7
+942,7
@@
if __name__ == '__main__':
help='file of trusted certificates for SSL/TLS')
parser.add_argument(
'-d', '--log-level', metavar='LEVEL', choices=LOG_LEVELS,
- help='
file of trusted certificates for SSL/TLS
')
+ help='
how much to log to the log file (one of %(choices)s)
')
parser.add_argument(
'-l', '--log-file', metavar='PATH',
help='file for saving captured message traffic')