Skip to content

Commit aeef30c

Browse files
committed
refactor: fix typos
1 parent 046b6a0 commit aeef30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/tools/ota/ota_mass_upload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# !/bin/bash
1+
#!/bin/bash
22

33
# This script is used to upload the firmware to the device using the OTA service.
44

@@ -20,7 +20,7 @@ printHelp () {
2020
echo " perform ota on devices with firmware=v1 tag"
2121
echo " $0 -t firmware=v1 -f myfirmware.bin"
2222
echo " perform ota on devices with firmware=v1 tag and apply new tag firmware=v2 to updated devices, waiting for 1200 seconds"
23-
echo " $0 -t firmware=v1 -f myfirmware.bin -v firmware=v2 -w 1200"
23+
echo " $0 -t firmware=v1 -f myfirmware.bin -v firmware=v2 -o 1200"
2424
echo " perform ota on two specified devices"
2525
echo " $0 -d 261ec96a-38ba-4520-96e6-2447c4163e9b,8b10acdb-b722-4068-8e4d-d1c1b7302df4 -f myfirmware.bin"
2626
echo ""

0 commit comments

Comments
 (0)