Merge the changes from avrdude.1 rev 1.47.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@505 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
814abdde80
commit
8c1da56fe2
|
@ -548,7 +548,7 @@ bytes from the serial number need to be given.
|
||||||
|
|
||||||
@item -q
|
@item -q
|
||||||
Disable (or quell) output of the progress bar while reading or writing
|
Disable (or quell) output of the progress bar while reading or writing
|
||||||
to the device.
|
to the device. Specify it a second time for even quieter operation.
|
||||||
|
|
||||||
@item -u
|
@item -u
|
||||||
Disables the default behaviour of reading out the fuses three times before
|
Disables the default behaviour of reading out the fuses three times before
|
||||||
|
@ -886,7 +886,9 @@ command.
|
||||||
Display the device signature bytes.
|
Display the device signature bytes.
|
||||||
|
|
||||||
@item part
|
@item part
|
||||||
Display the current part settings.
|
Display the current part settings and parameters. Includes chip
|
||||||
|
specific information including all memory types supported by the
|
||||||
|
device, read/write timing, etc.
|
||||||
|
|
||||||
@item ?
|
@item ?
|
||||||
@itemx help
|
@itemx help
|
||||||
|
|
Loading…
Reference in New Issue