Skip to content

Commit

Permalink
tell the truth
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Feb 11, 2020
1 parent 1642f94 commit 186d16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qis_job/qis_job.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ if __name__ == '__main__':
default='figout', backend name, figure type, and timestamp
will be appended""")
PARSER.add_argument("--qasm", action="store_true",
help="Print qasm file to stdout before running job")
help="Print qasm file to stdout after running job")
PARSER.add_argument("--qc", action="store",
help="Indicate circuit name of python-coded QuantumCircuit")
PARSER.add_argument("--status", action="store_true",
Expand Down
2 changes: 1 addition & 1 deletion scripts/qisjob
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PARSER.add_argument("--figure_basename", type=str, action="store",
default='figout', backend name, figure type, and timestamp
will be appended""")
PARSER.add_argument("--qasm", action="store_true",
help="Print qasm file to stdout before running job")
help="Print qasm file to stdout after running job")
PARSER.add_argument("--qc", action="store",
help="Indicate circuit name of python-coded QuantumCircuit")
PARSER.add_argument("--status", action="store_true",
Expand Down

0 comments on commit 186d16d

Please sign in to comment.