View | Details | Raw Unified | Return to bug 29735
Collapse All | Expand All

(-)gcore.c 15 Aug 2001 20:42:54 -0000 (-1 / +1 lines)
Lines 333-338 Link Here
333
void
333
void
334
usage()
334
usage()
335
{
335
{
336
       (void)fprintf(stderr, "usage: gcore [-s] [-c core] executable pid\n");
336
       (void)fprintf(stderr, "usage: gcore [-s] [-c core] [executable] pid\n");
337
       exit(1);
337
       exit(1);
338
}
338
}

Return to bug 29735