Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
yssl committed Jun 2, 2016
1 parent b1e2928 commit e7a24ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ pacers.py test-assignment-4 --user-dict "{'1':[''], '2':['2 5', '10 20']}"
## Usage
```
usage: pacers.py [-h] [--user-input USER_INPUT [USER_INPUT ...]]
[--user-dict USER_DICT] [--timeout TIMEOUT]
[--run-only] [--assignment-alias ASSIGNMENT_ALIAS]
[--output-dir OUTPUT_DIR]
[--source-encoding SOURCE_ENCODING]
assignment_dir
[--user-dict USER_DICT] [--timeout TIMEOUT] [--run-only]
[--assignment-alias ASSIGNMENT_ALIAS]
[--output-dir OUTPUT_DIR] [--source-encoding SOURCE_ENCODING]
assignment_dir
Automatic building & launching & reporting system for a large number of coding assignment files.
Programming Assignments Compiling, Executing, and Reporting system
positional arguments:
assignment_dir A direcory that has submitted files.
Expand Down
11 changes: 5 additions & 6 deletions pacers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@
pacers.py test-assignment-4 --user-dict "{'1':[''], '2':['2 5', '10 20']}"
usage: pacers.py [-h] [--user-input USER_INPUT [USER_INPUT ...]]
[--user-dict USER_DICT] [--timeout TIMEOUT]
[--run-only] [--assignment-alias ASSIGNMENT_ALIAS]
[--output-dir OUTPUT_DIR]
[--source-encoding SOURCE_ENCODING]
assignment_dir
[--user-dict USER_DICT] [--timeout TIMEOUT] [--run-only]
[--assignment-alias ASSIGNMENT_ALIAS]
[--output-dir OUTPUT_DIR] [--source-encoding SOURCE_ENCODING]
assignment_dir
Automatic building & launching & reporting system for a large number of coding assignment files.
Programming Assignments Compiling, Executing, and Reporting system
positional arguments:
assignment_dir A direcory that has submitted files.
Expand Down

0 comments on commit e7a24ba

Please sign in to comment.