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:
bsd
2001-01-13 21:04:44 +00:00
parent 4e0de4d4b2
commit 59f9c394a8
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)