Skip to content

Commit ef78764

Browse files
Update cmd/arduino-app-cli/version/version.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent a9b0ca2 commit ef78764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino-app-cli/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
func NewVersionCmd(clientVersion string) *cobra.Command {
4141
cmd := &cobra.Command{
4242
Use: "version",
43-
Short: "Print the client and server versions for the Arduino App CLI",
43+
Short: "Print the version number of Arduino App CLI",
4444
Run: func(cmd *cobra.Command, args []string) {
4545
port, _ := cmd.Flags().GetString("port")
4646

0 commit comments

Comments
 (0)