Skip to content

Commit 479290b

Browse files
Paolo CalaoGiuseppe Lumia
andauthored
Update cli/ota/massupload.go
Co-authored-by: Giuseppe Lumia <g.lumia@outlook.com>
1 parent 8d4cbd0 commit 479290b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ota/massupload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func initMassUploadCommand() *cobra.Command {
4848
"Comma-separated list of device IDs to update")
4949
massUploadCommand.Flags().StringToStringVar(&massUploadFlags.tags, "tags", nil,
5050
"Comma-separated list of tags with format <key>=<value>.\n"+
51-
"Perform and OTA upload on all devices that match the provided tags.\n"+
51+
"Perform an OTA upload on all devices that match the provided tags.\n"+
5252
"Mutually exclusive with `--device-id`.",
5353
)
5454
massUploadCommand.Flags().StringVarP(&massUploadFlags.file, "file", "", "", "Binary file (.bin) to be uploaded")

0 commit comments

Comments
 (0)