Skip to content

Commit 9946bef

Browse files
authored
Fixed typo in usage message (#680)
1 parent c776373 commit 9946bef

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
@@ -23,7 +23,7 @@ import (
2323
func NewDaemonCmd(cfg config.Configuration, version string) *cobra.Command {
2424
daemonCmd := &cobra.Command{
2525
Use: "daemon",
26-
Short: "Run an HTTP server to expose arduino-app-cli functionality thorough REST API",
26+
Short: "Run an HTTP server to expose arduino-app-cli functionality through REST API",
2727
Run: func(cmd *cobra.Command, args []string) {
2828
daemonPort, _ := cmd.Flags().GetString("port")
2929

0 commit comments

Comments
 (0)