From 0a4e0579fd5e95c450f02692fb28001133c10be3 Mon Sep 17 00:00:00 2001 From: bdean Date: Wed, 21 Sep 2005 02:00:58 +0000 Subject: [PATCH] Document the -s option. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@525 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/avrdude.1 b/avrdude.1 index cd05de60..a29de243 100644 --- a/avrdude.1 +++ b/avrdude.1 @@ -41,6 +41,7 @@ .Op Fl n .Op Fl P Ar port .Op Fl q +.Op Fl s .Op Fl t .Op Fl u .Op Fl U Ar memtype:op:filename:filefmt @@ -351,6 +352,13 @@ from the serial number need to be given. .It Fl q Disable (or quell) output of the progress bar while reading or writing to the device. Specify it a second time for even quieter operation. +.It Fl s +Disable safemode prompting. When safemode discovers that one or more +fuse bits have unintentionally changed, it will prompt for +confirmation regarding whether or not it should attempt to recover the +fuse bit(s). Specifying this flag disables the prompt and assumes +that the fuse bit(s) should be recovered without asking for +confirmation first. .It Fl t Tells .Nm