ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab.c
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.1 by tdb, Tue Aug 26 12:09:44 2003 UTC vs.
Revision 1.2 by tdb, Wed Aug 27 14:00:12 2003 UTC

# Line 416 | Line 416 | void usage() {
416                 "  -t DELAY   When repeating, wait DELAY seconds between updates (default 1)\n"
417                 "  -p         Display CPU usage as percentages rather than absolute values\n"
418                 "\n");
419 <        printf("Report bugs to <bugs@i-scream.org>.\n");
419 >        printf("Version %s - report bugs to <%s>.\n",
420 >                PACKAGE_VERSION, PACKAGE_BUGREPORT);
421          exit(1);
422   }
423  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines