Skip to content

Commit

Permalink
Bug/m calm calm 26009 fix typo library tasks help (#287)
Browse files Browse the repository at this point in the history
Change of text coma to comma

(cherry picked from commit c459a80c920647730539cb37e1b9874484321b93)
  • Loading branch information
GullapalliAkhil authored and dwivediprab committed Mar 15, 2024
1 parent 9f729e3 commit 5070504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calm/dsl/cli/library_tasks_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _delete_task(task_names):
"-v",
"out_vars",
default=None,
help="Set-variable output variables coma seperated (,) (Optional)",
help="Set-variable output variables comma seperated (,) (Optional)",
)
@click.option(
"--force",
Expand Down

0 comments on commit 5070504

Please sign in to comment.