Add option -l logfile to redirect diagnostic messages to a logfile rather

than stderr.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1179 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2013-05-16 09:11:32 +00:00
parent 4a1d97ff2a
commit a305ac0143
5 changed files with 47 additions and 4 deletions

View File

@@ -485,6 +485,11 @@ On Win32 operating systems, a preconfigured number of cycles per
microsecond is assumed that might be off a bit for very fast or very
slow machines.
@item -l @var{logfile}
Use @var{logfile} rather than @var{stderr} for diagnostics output.
Note that initial diagnostic messages (during option parsing) are still
written to @var{stderr} anyway.
@item -n
No-write - disables actually writing data to the MCU (useful for
debugging AVRDUDE).