Update description for completion

Signed-off-by: Leo Liu <silver886@users.noreply.github.com>
This commit is contained in:
Leo Liu 2025-01-07 18:52:31 -08:00 committed by GitHub
parent 6abf83fc42
commit 6dba0d9586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
const (
completionDescription = `Generate shell autocompletions.
Valid arguments are bash, zsh, and fish.
Valid arguments are bash, zsh, fish, and powershell.
Please refer to the man page to see how you can load these completions.`
)