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