Restore previous usage presentation (without "pwait: " prefix).

Pointed out by:	jilles
This commit is contained in:
Pawel Jakub Dawidek 2020-02-01 09:13:11 +00:00
parent 643656cfaf
commit d731a314d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357362

View File

@ -53,7 +53,8 @@ static void
usage(void)
{
errx(EX_USAGE, "usage: pwait [-t timeout] [-ov] pid ...");
fprintf(stderr, "usage: pwait [-t timeout] [-ov] pid ...\n");
exit(EX_USAGE);
}
/*