mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
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:
8
Usage
8
Usage
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user