diff --git a/docs/cli.md b/docs/cli.md index e1bc30b..db2ca34 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -33,7 +33,7 @@ You can use the CLI as a hook in Git to check messages you wrote by creating a ` ```sh #!/bin/sh -exec commisery "$@" +exec commisery check "$@" ``` ## Configuration overview