From 129c1f28f395486f4748ac7b0d4822e98c2cab2b Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 12 Oct 2021 18:44:30 +0800 Subject: Show JOJ progress, -i argument now optional --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 234ded6..1821427 100644 --- a/README.md +++ b/README.md @@ -103,14 +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 HOMEWORK_ID [-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. + A hexadecimal string obtained from the JOJ URL of the homework. Can be omitted if -J is set. -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