summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fred.yin@sjtu.edu.cn>2021-10-11 23:06:48 +0800
committerFrederick Yin <fred.yin@sjtu.edu.cn>2021-10-11 23:06:48 +0800
commite6a03b6422cd0a54c3764acedc65fd3a5a290f71 (patch)
tree37ae333a6d8631ae3fbdd2b534767af6e29a4a69
parent13030b6acdc41875a8868ec91362950a3dcd8fdf (diff)
Update help text in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce38dff..3c04c48 100644
--- a/README.md
+++ b/README.md
@@ -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.