We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0ca2 commit ef78764Copy full SHA for ef78764
cmd/arduino-app-cli/version/version.go
@@ -40,7 +40,7 @@ const (
40
func NewVersionCmd(clientVersion string) *cobra.Command {
41
cmd := &cobra.Command{
42
Use: "version",
43
- Short: "Print the client and server versions for the Arduino App CLI",
+ Short: "Print the version number of Arduino App CLI",
44
Run: func(cmd *cobra.Command, args []string) {
45
port, _ := cmd.Flags().GetString("port")
46
0 commit comments