# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |