Skip to content

Commit

Permalink
help clarification for dsqa
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed Jul 11, 2019
1 parent 5b6e8cb commit 8a15b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dSQAutopsy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
parser.add_argument('jobfile',
nargs=1,
type=argparse.FileType('r'),
help='Job file, one job per line')
help='Job file, one job per line (not your job submission script).')
parser.add_argument('statusfile',
nargs=1,
type=argparse.FileType('r'),
help='The status.tsv file generated from your dSQ run')
help='The job_jobid_status.tsv file generated from your dSQ run.')

args = parser.parse_args()

Expand Down

0 comments on commit 8a15b41

Please sign in to comment.