浏览代码

Corrects slim -h error

prieto 8 年前
父节点
当前提交
27eab69422
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      progs/slim/slim.py

+ 2
- 2
progs/slim/slim.py 查看文件

@@ -530,8 +530,8 @@ to 1 instance")
530 530
         help='Set a logger given a logger spec. A logger spec is a string \
531 531
 with this form : LOGGERNAME:LOGLEVEL:LOGFILE with LOGLEVEL one of DEBUG, \
532 532
 INFO, WARNING, SECURITY, ERROR or FATAL. LOGFILE can be a path to a logfile \
533
-or - to indicate stderr, else you can put a "%s" in the string that will \
534
-be replaced by instance name and a "%l" that will be replaced by the \
533
+or - to indicate stderr, else you can put a "%%s" in the string that will \
534
+be replaced by instance name and a "%%l" that will be replaced by the \
535 535
 loglevel.')
536 536
     return parser
537 537
 

正在加载...
取消
保存