ソースを参照

Minor fix for warn option description

avkonst 12 年 前
コミット
ccf5768825
1 ファイル変更1 行追加1 行削除
  1. 1 1
      mainline/core/warn.py

+ 1 - 1
mainline/core/warn.py

@@ -36,7 +36,7 @@ class Plugin(core.api.Plugin, core.api.IConfigurable):
                          "'new' - warnings for new regions only, "
                          "'trend' - warnings for new regions and for bad trend of modified regions, "
                          "'touched' - warnings for new regions and modified regions, "
-                         "'all' - all warnings active"
+                         "'all' - all warnings active "
                          "[default: %default]")
 
         parser.add_option("--general.min-limit", action="multiopt",