We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6bb55 commit 6a84477Copy full SHA for 6a84477
cli/ota/upload.go
@@ -24,7 +24,7 @@ func initUploadCommand() *cobra.Command {
24
}
25
26
uploadCommand.Flags().StringVarP(&uploadFlags.deviceID, "device-id", "d", "", "Device ID")
27
- uploadCommand.Flags().StringVarP(&uploadFlags.file, "file", "", "", "OTA file")
+ uploadCommand.Flags().StringVarP(&uploadFlags.file, "file", "", "", "Binary file (.bin) to be uploaded")
28
29
uploadCommand.MarkFlagRequired("device-id")
30
uploadCommand.MarkFlagRequired("file")
0 commit comments