From 9964c8ce85adef1fdfc1202917fa6d315bf9b039 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 17 Nov 2024 19:09:00 +0100 Subject: [PATCH] fix copy & paste error in a comment --- ssocr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssocr.c b/ssocr.c index 638df20..5561cac 100644 --- a/ssocr.c +++ b/ssocr.c @@ -328,7 +328,7 @@ int main(int argc, char **argv) {"ascii-art-segments", 0, 0, 'S'}, /* print found segments in ASCII art */ {"print-as-hex", 0, 0, 'X'}, /* change output format to hex */ {"omit-decimal-point", 0, 0, 'C'}, /* omit decimal points from output */ - {"charset", 1, 0, 'c'}, /* omit decimal points from output */ + {"charset", 1, 0, 'c'}, /* select character set of display */ {"dec-h-ratio", 1, 0, 'H'}, /* height ratio for decimal point detection */ {"dec-w-ratio", 1, 0, 'W'}, /* width ratio for decimal point detection */ {"print-spaces", 0, 0, 's'}, /* print spaces between distant digits */