diff options
author | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 23:07:25 +0800 |
---|---|---|
committer | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 23:07:25 +0800 |
commit | 0feb24b860bf2f6af9ba7a2aee3bd918680ff425 (patch) | |
tree | 15494725bc6bcfa526642f9cad5ae76dc6ae6f63 | |
parent | e6a03b6422cd0a54c3764acedc65fd3a5a290f71 (diff) |
Update usage command in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ optional arguments: Self-grade your homework as follows. ``` -$ python leningrade.py -n <homework number> +$ python leningrade.py -n <homework number> -i <homework id> ``` This will clone (or pull, if it already exists) your group's repo, and run tests |