|
|
@@ -319,8 +319,7 @@ the load average format is the same used by \"uptime\" and \"w\"\n\n"));
|
|
|
void
|
|
|
print_usage (void)
|
|
|
{
|
|
|
- printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
|
|
|
- progname);
|
|
|
+ printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n", progname);
|
|
|
|
|
|
printf (UT_HLP_VRS, progname, progname);
|
|
|
}
|