man-page: Fix logfile short option
man synopsis states [-n -logfile] option. Later on in avrdude.1 as well as in main.c -l is used. Also '-logfile' is no option alternative but a parameter. This is a minor issue but still confusing when one uses / to search through man pages. -- Always leave the code cleaner than you found it -- Signed-off-by: brutzzl3r <s3b.gr0ss@gmail.com>
This commit is contained in:
parent
5f5002eeaa
commit
346de71cd5
|
@ -39,7 +39,7 @@
|
|||
.Oc
|
||||
.Op Fl F
|
||||
.Op Fl i Ar delay
|
||||
.Op Fl n logfile
|
||||
.Op Fl l Ar logfile
|
||||
.Op Fl n
|
||||
.Op Fl O
|
||||
.Op Fl P Ar port
|
||||
|
|
Loading…
Reference in New Issue