From 346de71cd5320e8e3c7c1a852c2c061cb8c3ced7 Mon Sep 17 00:00:00 2001 From: brutzzl3r Date: Thu, 11 Aug 2022 20:03:52 +0200 Subject: [PATCH] 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 --- src/avrdude.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avrdude.1 b/src/avrdude.1 index 05d656fa..1920b583 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -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