diff --git a/src/cq_cli/main.py b/src/cq_cli/main.py index 7fad4ac..475be33 100755 --- a/src/cq_cli/main.py +++ b/src/cq_cli/main.py @@ -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()