Skip to content

Commit ef4f6c2

Browse files
committed
Changed description
1 parent 7121847 commit ef4f6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/ota/encode.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ func initEncodeBinaryCommand() *cobra.Command {
3636
flags := &encodeBinaryFlags{}
3737
uploadCommand := &cobra.Command{
3838
Use: "encode",
39-
Short: "OTA firmware encode",
40-
Long: "encode binary firmware to make it compatible with OTA",
39+
Short: "OTA firmware encoder",
40+
Long: "encode header firmware to make it compatible with Arduino OTA",
4141
Run: func(cmd *cobra.Command, args []string) {
4242
if err := runEncodeCommand(flags); err != nil {
4343
feedback.Errorf("Error during firmware encoding: %v", err)

0 commit comments

Comments
 (0)