mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
Remove power shell description
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
This commit is contained in:
parent
f7dea48894
commit
62b55b5b32
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
// completionCmd represents the completion command
|
||||
var completionCmd = &cobra.Command{
|
||||
Use: "completion [bash|zsh|fish|powershell]",
|
||||
Use: "completion [bash|zsh|fish]",
|
||||
Short: "Generate a shell completion for Grype (listing local docker images)",
|
||||
Long: `To load completions (docker image list):
|
||||
|
||||
|
|
Loading…
Reference in a new issue