mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Ala kill(1), tell people to type 'ps -L' for a list of format keywords.
Sponsored by: Rachel Hestilow <rachel@jerkcity.com> MFC after: 2 weeks
This commit is contained in:
parent
f0fb902771
commit
36b025da93
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104025
@ -265,7 +265,7 @@ parsefmt(const char *p)
|
||||
}
|
||||
free(tempstr1);
|
||||
if (!vhead)
|
||||
errx(1, "no valid keywords");
|
||||
errx(1, "no valid keywords (type ps -L for a list)");
|
||||
}
|
||||
|
||||
static VAR *
|
||||
|
Loading…
Reference in New Issue
Block a user