Skip to content

Commit

Permalink
docs(api): Change "OT-2" to "Opentrons robots" in opentrons_simulate …
Browse files Browse the repository at this point in the history
…help text (#13766)
  • Loading branch information
SyntaxColoring authored Oct 11, 2023
1 parent 3f52995 commit 8b0eb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/opentrons/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,8 @@ def _clear_live_protocol_engine_contexts() -> None:
def main() -> int:
"""Run the simulation"""
parser = argparse.ArgumentParser(
prog="opentrons_simulate", description="Simulate an OT-2 protocol"
prog="opentrons_simulate",
description="Simulate a protocol for an Opentrons robot",
)
parser = get_arguments(parser)

Expand Down

0 comments on commit 8b0eb3f

Please sign in to comment.