From e603e71c45223099df30ef6b9f5608f93a62795f Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sun, 24 Aug 2003 20:53:25 +0000 Subject: [PATCH] Fix example. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@345 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/doc/avrdude.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/avrdude/doc/avrdude.texi b/avrdude/doc/avrdude.texi index a470936f..d1854993 100644 --- a/avrdude/doc/avrdude.texi +++ b/avrdude/doc/avrdude.texi @@ -577,15 +577,13 @@ programmer and save it in raw binary format in the file named @example @cartouche -% avrdude -p m128 -c stk500 -e -U flash:r:diag.flash:r +% avrdude -p m128 -c stk500 -U flash:r:diag.flash:r avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.03s avrdude: Device signature = 0x1e9702 -avrdude: erasing chip -avrdude: done. avrdude: reading flash memory: Reading | ################################################## | 100% 46.10s