Skip to content

Commit

Permalink
Updates help description for multi_frerun
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson committed Nov 12, 2019
1 parent 7f66d08 commit d49a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_frerun
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parser = argparse.ArgumentParser(description='Run multiple freruns with a single
parser.add_argument('-x', type=str, help='XML file', required=True)
parser.add_argument('-p', type=str, help='comma separated fre platforms', required=True)
parser.add_argument('-t', type=str, help='comma separated fre targets', required=True)
parser.add_argument('-e', type=str, help='compile experiment', required=True)
parser.add_argument('-e', type=str, help='List of experiments to run', required=True)
parser.add_argument('--regression','-r', type=str, help='Regression test name', required=False)
parser.add_argument('--submit','-s', action='store_true', help='Submit to the queue for running')
parser.add_argument('--no-transfer', action='store_true', help='Do not transfer output to archive')
Expand Down

0 comments on commit d49a6f2

Please sign in to comment.