Skip to content

Commit

Permalink
Resolve inconsistency on long explanations (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 12, 2022
1 parent 77f4aec commit 60e29d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krew/cmd/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Install them at your own risk.
var indexDeleteCmd = &cobra.Command{
Use: "remove",
Short: "Remove a configured index",
Long: `Removes a configured plugin index
Long: `Remove a configured plugin index.
It is only safe to remove indexes without installed plugins. Removing an index
while there are plugins installed will result in an error, unless the --force
Expand Down

0 comments on commit 60e29d9

Please sign in to comment.