We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7121847 commit ef4f6c2Copy full SHA for ef4f6c2
cli/ota/encode.go
@@ -36,8 +36,8 @@ func initEncodeBinaryCommand() *cobra.Command {
36
flags := &encodeBinaryFlags{}
37
uploadCommand := &cobra.Command{
38
Use: "encode",
39
- Short: "OTA firmware encode",
40
- Long: "encode binary firmware to make it compatible with OTA",
+ Short: "OTA firmware encoder",
+ Long: "encode header firmware to make it compatible with Arduino OTA",
41
Run: func(cmd *cobra.Command, args []string) {
42
if err := runEncodeCommand(flags); err != nil {
43
feedback.Errorf("Error during firmware encoding: %v", err)
0 commit comments