Say what the defaults are.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@25 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2001-01-13 21:04:44 +00:00
parent 5bb5096c88
commit 0292bd8abe
2 changed files with 10 additions and 6 deletions

8
Usage
View File

@ -4,7 +4,7 @@ Usage: avrprog [options]
-m MemType : select memory type for reading or writing
\"e\", \"eeprom\" = EEPROM
\"f\", \"flash\" = FLASH
\"f\", \"flash\" = FLASH (default)
-i Filename : select input file, \"-\" = stdin
@ -13,8 +13,10 @@ Usage: avrprog [options]
-f Format : select input / output file format
\"i\" = Intel Hex
\"s\" = Motorola S-Record
\"r\" = Raw binary
\"a\" = Auto detect (valid input only)
\"r\" = Raw binary (default for output)
\"a\" = Auto detect (default for input)
(valid for input only)
-p Part : select Atmel part number (see below for valid parts)

View File

@ -164,7 +164,7 @@ char * usage_text =
"\n"
" -m MemType : select memory type for reading or writing\n"
" \"e\", \"eeprom\" = EEPROM\n"
" \"f\", \"flash\" = FLASH\n"
" \"f\", \"flash\" = FLASH (default)\n"
"\n"
" -i Filename : select input file, \"-\" = stdin\n"
"\n"
@ -173,8 +173,10 @@ char * usage_text =
" -f Format : select input / output file format\n"
" \"i\" = Intel Hex\n"
" \"s\" = Motorola S-Record\n"
" \"r\" = Raw binary\n"
" \"a\" = Auto detect (valid input only)\n"
" \"r\" = Raw binary (default for output)\n"
" \"a\" = Auto detect (default for input)\n"
" (valid for input only)\n"
" \n"
"\n"
" -p Part : select Atmel part number (see below for valid parts)\n"
"\n"