소스 검색

practracker: Fix a typo in the usage message

Fixes bug 31828; bugfix on 0.4.2.1-alpha.
teor 4 년 전
부모
커밋
22c33ea7f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/maint/practracker/practracker.py

+ 1 - 1
scripts/maint/practracker/practracker.py

@@ -181,7 +181,7 @@ def main(argv):
     parser.add_argument("--regen", action="store_true",
                         help="Regenerate the exceptions file")
     parser.add_argument("--list-overbroad", action="store_true",
-                        help="List over-strict exceptions")
+                        help="List over-broad exceptions")
     parser.add_argument("--exceptions",
                         help="Override the location for the exceptions file")
     parser.add_argument("--strict", action="store_true",