Mention developer options in documentation and Usage()

This commit is contained in:
Stefan Rueger
2022-12-21 19:06:26 +00:00
parent 159d12693e
commit 41c9ed02e3
3 changed files with 36 additions and 12 deletions

View File

@@ -166,10 +166,12 @@ static void usage(void)
"Usage: %s [options]\n"
"Options:\n"
" -p <partno> Specify AVR device\n"
" -p <wildcard>/<flags> Run developer options for matched AVR devices\n"
" -b <baudrate> Override RS-232 baud rate\n"
" -B <bitclock> Specify bit clock period (us)\n"
" -C <config-file> Specify location of configuration file\n"
" -c <programmer> Specify programmer type\n"
" -c <wildcard>/<flags> Run developer options for matched programmers\n"
" -A Disable trailing-0xff removal from file and AVR read\n"
" -D Disable auto erase for flash memory; implies -A\n"
" -i <delay> ISP Clock Delay [in microseconds]\n"