Skip to content

Commit

Permalink
adjust docstring for completions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraashen committed Nov 14, 2023
1 parent 8b332d6 commit b38a4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
Init // create a starting template for mage
Clean // clean out old compiled mage binaries from the cache
CompileStatic // compile a static binary of the current directory
Completions // generate a zsh completion file for mage
Completions // generate a completion file for mage for given shell
)

// Main is the entrypoint for running mage. It exists external to mage's main
Expand Down

0 comments on commit b38a4f5

Please sign in to comment.