Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Nov 16, 2023
1 parent 2bc3559 commit 950c728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cq_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def main():
)
parser.add_argument(
"--entrypoint",
help="A snipped of python code to append to the input file before rendering. This allows rendering different models/parts from the same python file.",
help="A snippet of python code to append to the input file before rendering. This allows rendering different models/parts from the same python file.",
)

args = parser.parse_args()
Expand Down

0 comments on commit 950c728

Please sign in to comment.