Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
X3nom committed Dec 10, 2024
1 parent 4a2cd6a commit 24d9f54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## usage
```
usage: testcase-tools.py [-h] [-V] [-r] [-f] [-g CMD] [-v CMD] [-z] [-n NAME] PATH
usage: testcase-tools.py [-h] [-V] [-r] [-f] [-g CMD] [-v CMD] [-z] [-n NAME] [-tl TIMELIMIT] [-pdf PROBLEM_PDF] PATH
positional arguments:
PATH Path to a file or directory
Expand All @@ -21,5 +21,9 @@ options:
-v CMD, --verify-answers CMD
run CMD for in.txt and verify correctness of out.txt
-z, --make-zip create mass upload zip from directory
-n NAME, --name NAME specify name for zip
-n NAME, --name NAME specify problem name
-tl TIMELIMIT, --timelimit TIMELIMIT
specify problem timelimit
-pdf PROBLEM_PDF, --problem-pdf PROBLEM_PDF
specify problem timelimit
```

0 comments on commit 24d9f54

Please sign in to comment.