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:
joerg_wunsch
2013-09-08 19:31:48 +00:00
parent 3fcf8a6067
commit ba8b2ebb53
5 changed files with 62 additions and 1 deletions

View File

@@ -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.