fix copy & paste error in a comment

This commit is contained in:
Erik Auerswald
2024-11-17 19:09:00 +01:00
parent 895b0cb2b5
commit 9964c8ce85
+1 -1
View File
@@ -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 */