diff options
author | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 23:06:48 +0800 |
---|---|---|
committer | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 23:06:48 +0800 |
commit | e6a03b6422cd0a54c3764acedc65fd3a5a290f71 (patch) | |
tree | 37ae333a6d8631ae3fbdd2b534767af6e29a4a69 | |
parent | 13030b6acdc41875a8868ec91362950a3dcd8fdf (diff) |
Update help text in README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -103,12 +103,14 @@ Finally, we are ready to run Leningrade. If you are not sure, run `python leningrade.py --help`. ``` -usage: leningrade [-h] -n HOMEWORK_NUMBER [-I] [-G] [-J] +usage: leningrade [-h] -n HOMEWORK_NUMBER -i HOMEWORK_ID [-I] [-G] [-J] optional arguments: -h, --help show this help message and exit -n HOMEWORK_NUMBER, --homework-number HOMEWORK_NUMBER An integer. For h1, the value should be 1. + -i HOMEWORK_ID, --homework-id HOMEWORK_ID + A hexadecimal string obtained from the JOJ URL of the homework. -I, --no-individual Do not check individual submissions. -G, --no-group Do not check group submission. -J, --no-joj Do not upload group code to JOJ. JOJ may consume a lot of time. Set this flag if your group work has proven to pass JOJ. |