summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.