Browse Source

tune up description

Vladislav Folts 11 năm trước cách đây
mục cha
commit
6edc5c2966
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.py

+ 1 - 1
build.py

@@ -192,7 +192,7 @@ if __name__ == '__main__':
         usage='%prog [options] <output directory>'
         )
     parser.add_option('--no-git', help='do not pull from git', action="store_true")
-    parser.add_option('--pre-commit', help='run tests, build html and pack compiled source', action="store_true")
+    parser.add_option('--pre-commit', help='run tests, recompile oberon sources, run tests against just recompiled sources, pack compiled sources and build html', action="store_true")
     (options, args) = parser.parse_args()
     if len(args) != 1:
         parser.print_help();