summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-05 06:52:22 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-05 06:52:22 +0000
commit062433fe04ae35ddd61e476deb7c6fe924235058 (patch)
treeeffb5beddb8af66caddf807fdc2acf5273f08645 /htop.c
parent657b0f5efc52a8189ae27a6ff38400c0d4a9b296 (diff)
Time keeps passing by
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/htop.c b/htop.c
index 2739000a..eda5079a 100644
--- a/htop.c
+++ b/htop.c
@@ -36,14 +36,14 @@ in the source distribution for its full text.
void printVersionFlag() {
clear();
- printf("htop " VERSION " - (C) 2004-2007 Hisham Muhammad.\n");
+ printf("htop " VERSION " - (C) 2004-2008 Hisham Muhammad.\n");
printf("Released under the GNU GPL.\n\n");
exit(0);
}
void printHelpFlag() {
clear();
- printf("htop " VERSION " - (C) 2004-2007 Hisham Muhammad.\n");
+ printf("htop " VERSION " - (C) 2004-2008 Hisham Muhammad.\n");
printf("Released under the GNU GPL.\n\n");
printf("-d DELAY Delay between updates, in tenths of seconds\n\n");
printf("-u USERNAME Show only processes of a given user\n\n");
@@ -56,7 +56,7 @@ void printHelpFlag() {
void showHelp(ProcessList* pl) {
clear();
attrset(CRT_colors[HELP_BOLD]);
- mvaddstr(0, 0, "htop " VERSION " - (C) 2004-2007 Hisham Muhammad.");
+ mvaddstr(0, 0, "htop " VERSION " - (C) 2004-2008 Hisham Muhammad.");
mvaddstr(1, 0, "Released under the GNU GPL. See 'man' page for more info.");
attrset(CRT_colors[DEFAULT_COLOR]);

© 2014-2024 Faster IT GmbH | imprint | privacy policy