Skip to content

Commit 3fc77bd

Browse files
committed
fix: typo
1 parent 8b180a1 commit 3fc77bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ func helpCommand(logger *log.Logger, asdfVersion, tool, version string) error {
902902
func pluginUpdateCommand(cCtx *cli.Context, logger *log.Logger, pluginName, ref string) error {
903903
updateAll := cCtx.Bool("all")
904904
if !updateAll && pluginName == "" {
905-
return cli.Exit("usage: asdf plugin-update {<name> [git-ref] | --all}", 1)
905+
return cli.Exit("usage: asdf plugin update {<name> [git-ref] | --all}", 1)
906906
}
907907

908908
conf, err := config.LoadConfig()

0 commit comments

Comments
 (0)