From c3af3211968f387c26b23d322cf4419c12587de3 Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Fri, 19 Mar 2021 10:54:42 +0100 Subject: [PATCH] New disclaimer in -h option, we need double-dash options (--opt) --- uwufetch.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uwufetch.c b/uwufetch.c index f4863d2..7aba4e3 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -427,8 +427,11 @@ void usage(char* arg) { " -i, --image prints logo as image\n" " %sworks in most terminals\n" " read res/IMAGES.md for more info%s\n" - " -l lists all supported distributions\n", - arg, BLUE, NORMAL); + " -l lists all supported distributions\n" + " %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