Updated usage message.

This commit is contained in:
TheDarkBug 2021-03-07 17:23:12 +01:00
parent 87e048376b
commit 262b9ff02b

View file

@ -209,6 +209,6 @@ void usage(char* arg) {
" -h, --help prints this help page\n" " -h, --help prints this help page\n"
" -i, --image prints logo as image\n" " -i, --image prints logo as image\n"
" %sworks in few terminals\n" " %sworks in few terminals\n"
" <cat README.md> for more info%s\n", " <cat res/IMAGES.md> for more info%s\n",
arg, YELLOW, NORMAL, BLUE, NORMAL); arg, YELLOW, NORMAL, BLUE, NORMAL);
} }