From cb5939f66ea7722539e1ae9e4df5d643dbe14342 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 7 May 2019 10:50:18 +0200 Subject: Fixed help text --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index f3a3e0b..a2cbe81 100644 --- a/src/main.c +++ b/src/main.c @@ -226,7 +226,7 @@ void print_help( void ) printf("ASCIIMap prints a ASCII representation of a bitmap image\n\nUsage: [OPTIONS] FILENAME\n"); printf("Options:\n -h: Print this help message\n -x VAL: set the width of block wich makes up one character. Default: %i\n", CHAR_SIZE_X); printf(" -y VAL: set the height of block wich makes up one character. Default: 2*x\n -c: Print in ANSI color mode. Default: OFF\n"); - printf(" -i: Read from STDIN instead of file. The provided filename will be ignored.\n"); + printf(" -i: Read from STDIN instead of file.\n"); } -- cgit v1.2.3