Add Copyright statement to --help (needed as it has the license info)

This commit is contained in:
Daniel Lange 2020-10-05 10:16:13 +02:00
parent 079c2abf8e
commit 7758774890
1 changed files with 1 additions and 0 deletions

1
htop.c
View File

@ -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"