From 0400410a482c8d50a60ba9d085f0e28503bd4bb9 Mon Sep 17 00:00:00 2001 From: jmallett Date: Fri, 27 Sep 2002 01:40:30 +0000 Subject: Ala kill(1), tell people to type 'ps -L' for a list of format keywords. Sponsored by: Rachel Hestilow MFC after: 2 weeks --- bin/ps/keyword.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 01d2a94..38f9c7e 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -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 * -- cgit v1.1