Skip to content

Commit 4bcfeb1

Browse files
authored
Update daemon command short description
1 parent dac3142 commit 4bcfeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
func NewDaemonCmd(cfg config.Configuration, version string) *cobra.Command {
3939
daemonCmd := &cobra.Command{
4040
Use: "daemon",
41-
Short: "Run an HTTP server to expose arduino-app-cli functionality through REST API",
41+
Short: "Run the Arduino App CLI as an HTTP daemon",
4242
Run: func(cmd *cobra.Command, args []string) {
4343
daemonPort, _ := cmd.Flags().GetString("port")
4444

0 commit comments

Comments
 (0)