Skip to content

Commit

Permalink
updated help in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed Mar 4, 2017
1 parent 448ad1a commit 531a88a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ First, you'll need to generate a task file. Each line of this task file needs to


```
dSQ.py --taskfile taskfile [slurm args]
dSQ.py --taskfile taskfile [dSQ args] [slurm args]
optional arguments:
Required dSQ arguments:
--taskfile TASKFILE Task file, one task per line
Optional dSQ arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--submit Submit the job array on the fly instead of printing to stdout.
--max-tasks MAX_TASKS
Maximum number of simultaneously running tasks from the job array
--taskfile TASKFILE Task file, one task per line
```

## Output
Expand Down

0 comments on commit 531a88a

Please sign in to comment.