Mention -s and -u in the docs
This commit is contained in:
parent
ec467c465e
commit
248c17177c
|
@ -44,9 +44,7 @@
|
||||||
.Op Fl O
|
.Op Fl O
|
||||||
.Op Fl P Ar port
|
.Op Fl P Ar port
|
||||||
.Op Fl q
|
.Op Fl q
|
||||||
.Op Fl s
|
|
||||||
.Op Fl t
|
.Op Fl t
|
||||||
.Op Fl u
|
|
||||||
.Op Fl U Ar memtype:op:filename:filefmt
|
.Op Fl U Ar memtype:op:filename:filefmt
|
||||||
.Op Fl v
|
.Op Fl v
|
||||||
.Op Fl x Ar extended_param
|
.Op Fl x Ar extended_param
|
||||||
|
@ -626,6 +624,9 @@ Posix systems (by now).
|
||||||
.It Fl q
|
.It Fl q
|
||||||
Disable (or quell) output of the progress bar while reading or writing
|
Disable (or quell) output of the progress bar while reading or writing
|
||||||
to the device. Specify it a second time for even quieter operation.
|
to the device. Specify it a second time for even quieter operation.
|
||||||
|
.It Fl s, u
|
||||||
|
These options used to control the obsolete "safemode" feature which
|
||||||
|
is no longer present. They are silently ignored for backwards compatibility.
|
||||||
.It Fl t
|
.It Fl t
|
||||||
Tells
|
Tells
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
@ -693,6 +693,10 @@ Posix systems (by now).
|
||||||
Disable (or quell) output of the progress bar while reading or writing
|
Disable (or quell) output of the progress bar while reading or writing
|
||||||
to the device. Specify it a second time for even quieter operation.
|
to the device. Specify it a second time for even quieter operation.
|
||||||
|
|
||||||
|
@item -s, -u
|
||||||
|
These options used to control the obsolete "safemode" feature which
|
||||||
|
is no longer present. They are silently ignored for backwards compatibility.
|
||||||
|
|
||||||
@item -t
|
@item -t
|
||||||
Tells AVRDUDE to enter the interactive ``terminal'' mode instead of up-
|
Tells AVRDUDE to enter the interactive ``terminal'' mode instead of up-
|
||||||
or downloading files. See below for a detailed description of the
|
or downloading files. See below for a detailed description of the
|
||||||
|
|
Loading…
Reference in New Issue