Updated usage message.
This commit is contained in:
parent
87e048376b
commit
262b9ff02b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue