New disclaimer in -h option, we need double-dash options (--opt)

This commit is contained in:
TheDarkBug 2021-03-19 10:54:42 +01:00
parent fbadd43ad3
commit c3af321196

View file

@ -427,8 +427,11 @@ void usage(char* arg) {
" -i, --image prints logo as image\n" " -i, --image prints logo as image\n"
" %sworks in most terminals\n" " %sworks in most terminals\n"
" read res/IMAGES.md for more info%s\n" " read res/IMAGES.md for more info%s\n"
" -l lists all supported distributions\n", " -l lists all supported distributions\n"
arg, BLUE, NORMAL); " %sNote that the long options (--opt) are currently not working\n"
" If you are reading this and you know how to implement long opts,\n"
" send a pull request on https://github.com/TheDarkBug/uwufetch%s\n",
arg, BLUE, NORMAL, RED, NORMAL);
} }
void uwu_name() { // changes distro name to uwufied(?) name void uwu_name() { // changes distro name to uwufied(?) name