From b38a4f505f6fbe9b70ef90fcb01a15728c6c27ee Mon Sep 17 00:00:00 2001 From: Tomi Juntunen Date: Tue, 14 Nov 2023 18:19:48 +0200 Subject: [PATCH] adjust docstring for completions --- mage/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mage/main.go b/mage/main.go index 50267f0..e14142f 100644 --- a/mage/main.go +++ b/mage/main.go @@ -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