From d956d60802f4dd99de6c59406cd426858f028361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Thu, 11 Apr 2024 10:43:18 +0800 Subject: [PATCH] feat: update current message --- cmd/commands/current.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/current.go b/cmd/commands/current.go index ee608722..71f773fe 100644 --- a/cmd/commands/current.go +++ b/cmd/commands/current.go @@ -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,