Skip to content

Commit

Permalink
fix: typo (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez authored Feb 6, 2025
1 parent 8b180a1 commit 98ffa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ func helpCommand(logger *log.Logger, asdfVersion, tool, version string) error {
func pluginUpdateCommand(cCtx *cli.Context, logger *log.Logger, pluginName, ref string) error {
updateAll := cCtx.Bool("all")
if !updateAll && pluginName == "" {
return cli.Exit("usage: asdf plugin-update {<name> [git-ref] | --all}", 1)
return cli.Exit("usage: asdf plugin update {<name> [git-ref] | --all}", 1)
}

conf, err := config.LoadConfig()
Expand Down

0 comments on commit 98ffa86

Please sign in to comment.