Skip to content

Commit 69c451a

Browse files
committed
Fix analysis CLI help
1 parent 4c807b6 commit 69c451a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml_peg/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def run_calcs(
116116
pytest.main(options)
117117

118118

119-
@app.command(name="analyse", help="Run calculations")
119+
@app.command(name="analyse", help="Run analysis")
120120
def run_analysis(
121121
models: Annotated[
122122
str | None,

0 commit comments

Comments
 (0)