mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Implement and document the "verbose" terminal mode command.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1211 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -699,6 +699,7 @@ This will only work if @var{filename} does not have a colon in it.
|
||||
|
||||
@item -v
|
||||
Enable verbose output.
|
||||
More @code{-v} options increase verbosity level.
|
||||
|
||||
@item -V
|
||||
Disable automatic verify check when uploading data.
|
||||
@@ -1116,6 +1117,12 @@ device, read/write timing, etc.
|
||||
@item pgm
|
||||
Return to programming mode (from direct SPI mode).
|
||||
|
||||
@item verbose [@var{level}]
|
||||
Change (when @var{level} is provided), or display the verbosity
|
||||
level.
|
||||
The initial verbosity level is controlled by the number of @code{-v} options
|
||||
given on the commandline.
|
||||
|
||||
@item ?
|
||||
@itemx help
|
||||
Give a short on-line summary of the available commands.
|
||||
|
Reference in New Issue
Block a user