From 77587748905e2456adfacadeab4b3e4f08ffbc50 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 5 Oct 2020 10:16:13 +0200 Subject: Add Copyright statement to --help (needed as it has the license info) --- htop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'htop.c') diff --git a/htop.c b/htop.c index 5eedcab3..ec4e6242 100644 --- a/htop.c +++ b/htop.c @@ -35,6 +35,7 @@ static void printVersionFlag(void) { static void printHelpFlag(void) { fputs("htop " VERSION "\n" + COPYRIGHT "\n" "Released under the GNU GPLv2.\n\n" "-C --no-color Use a monochrome color scheme\n" "-d --delay=DELAY Set the delay between updates, in tenths of seconds\n" -- cgit v1.2.3