This commit is contained in:
Stefan Rueger
2026-03-25 21:18:32 +00:00
parent 76e622599a
commit bc0b77910e

View File

@@ -14,7 +14,7 @@ Usage() {
cat <<END cat <<END
Syntax: $progname [<opts>] <programmer> <part> Syntax: $progname [<opts>] <programmer> <part>
Function: test AVRDUDE v 8.0 or later with -c programmer -p part; Function: test AVRDUDE v 8.0 or later with -c programmer -p part;
also leaves a file bak-<programmer>-<part.hex for inspection also leaves a file bak-<programmer>-<part>.hex for inspection
Options: Options:
-i <n> Write human-readable contents seeded by <n> to part and exit -i <n> Write human-readable contents seeded by <n> to part and exit
-r <n> Write random contents seeded by <n> to part and exit -r <n> Write random contents seeded by <n> to part and exit