From d7720e037b4432b6798fc23ea12e94de9e8f8dea 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/avrdude@345 81a1dc3b-b13d-400b-aceb-764788c761c2 --- doc/avrdude.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/avrdude.texi b/doc/avrdude.texi index a470936f..d1854993 100644 --- a/doc/avrdude.texi +++ b/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