Skip to content

Commit

Permalink
feat: update current message
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Apr 11, 2024
1 parent 6e7619d commit d956d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/current.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
var Current = &cli.Command{
Name: "current",
Aliases: []string{"c"},
Usage: "Show current version of the targeted sdk",
Usage: "Show current version of the target SDK",
UsageText: "Show current version of all SDK's if no parameters are passed",
Action: currentCmd,
Category: CategorySDK,
Expand Down

0 comments on commit d956d60

Please sign in to comment.