From e6a03b6422cd0a54c3764acedc65fd3a5a290f71 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 11 Oct 2021 23:06:48 +0800 Subject: Update help text in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3