mirror of https://github.com/xzeldon/htop.git
Add Copyright statement to --help (needed as it has the license info)
This commit is contained in:
parent
079c2abf8e
commit
7758774890
1
htop.c
1
htop.c
|
@ -35,6 +35,7 @@ static void printVersionFlag(void) {
|
||||||
|
|
||||||
static void printHelpFlag(void) {
|
static void printHelpFlag(void) {
|
||||||
fputs("htop " VERSION "\n"
|
fputs("htop " VERSION "\n"
|
||||||
|
COPYRIGHT "\n"
|
||||||
"Released under the GNU GPLv2.\n\n"
|
"Released under the GNU GPLv2.\n\n"
|
||||||
"-C --no-color Use a monochrome color scheme\n"
|
"-C --no-color Use a monochrome color scheme\n"
|
||||||
"-d --delay=DELAY Set the delay between updates, in tenths of seconds\n"
|
"-d --delay=DELAY Set the delay between updates, in tenths of seconds\n"
|
||||||
|
|
Loading…
Reference in New Issue