--- projects/libstatgrab/src/statgrab/statgrab.c 2003/08/26 12:09:44 1.1 +++ projects/libstatgrab/src/statgrab/statgrab.c 2003/08/27 14:00:12 1.2 @@ -416,7 +416,8 @@ void usage() { " -t DELAY When repeating, wait DELAY seconds between updates (default 1)\n" " -p Display CPU usage as percentages rather than absolute values\n" "\n"); - printf("Report bugs to .\n"); + printf("Version %s - report bugs to <%s>.\n", + PACKAGE_VERSION, PACKAGE_BUGREPORT); exit(1); }