Skip to content

Commit c2c0718

Browse files
committed
Updating comment of help text for ota-upload.sh
1 parent 0e4aa69 commit c2c0718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/tools/ota-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ "$#" -ne 4 ]; then
4-
echo "Usage: ota-upload.sh CLIENT_ID CLIENT_SECRET DEVICE_ID sketch-ota.base64"
4+
echo "Usage: ota-upload.sh CLIENT_ID CLIENT_SECRET DEVICE_ID ota-bin.json"
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)