diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ void arg_interpet(char *argv[], Pargs *pargs){ printf("-s [size] sets the character size\n"); printf("-b [size] sets the box size\n"); printf("-o [file.png] exports the image\n"); - printf("-b [brightness float] sets brightness\n"); + printf("-B [brightness float] sets brightness\n"); printf("defaults \n none \n N@EW$9876543210?!abc;:+=-,._ \n width 900 \n height 900 \n char size 10 \n box size 10"); exit(0); } |
