Provide more information on safemode operation.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@524 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
93105b3214
commit
e792a592f5
|
@ -357,9 +357,16 @@ Tells
|
||||||
to enter the interactive ``terminal'' mode instead of up- or downloading
|
to enter the interactive ``terminal'' mode instead of up- or downloading
|
||||||
files. See below for a detailed description of the terminal mode.
|
files. See below for a detailed description of the terminal mode.
|
||||||
.It Fl u
|
.It Fl u
|
||||||
Disable safemode and allow the fuse bits to be changed. Safemode is
|
Disable the safemode fuse bit checks. Safemode is enabled by default
|
||||||
enabled by default and is intended to prevent unintentionally changing
|
and is intended to prevent unintentional fuse bit changes. When
|
||||||
the fuse bits.
|
enabled, safemode will issue a warning if the any fuse bits are found
|
||||||
|
to be different at program exit than they were when
|
||||||
|
.Nm
|
||||||
|
was invoked. Safemode won't alter fuse bits itself, but rather will
|
||||||
|
prompt for instructions, unless the terminal is non-interactive, in
|
||||||
|
which case safemode is disabled. See the
|
||||||
|
.Fl s
|
||||||
|
option to disable safemode prompting.
|
||||||
.It Xo Fl U Ar memtype Ns
|
.It Xo Fl U Ar memtype Ns
|
||||||
.Ar \&: Ns Ar op Ns
|
.Ar \&: Ns Ar op Ns
|
||||||
.Ar \&: Ns Ar filename Ns
|
.Ar \&: Ns Ar filename Ns
|
||||||
|
|
Loading…
Reference in New Issue