ソースを参照

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
 

読み込み中…
キャンセル
保存