aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 90bfcc0..e9c5afe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -191,7 +191,8 @@ void print_help( char* _argv_0 )
" -c: Print in ANSI color mode. Default: OFF\n"
" -i: Read from STDIN instead of file.\n"
" -w: print only whitespaces with background color\n"
- " -d: Dynamic brightness range\n -m PALETTE: specify custom character palette from darkest to brightest\n",
+ " -d: Dynamic brightness range\n"
+ " -m PALETTE: specify custom character palette from darkest to brightest\n",
_argv_0,
CHAR_SIZE_X
);