summaryrefslogtreecommitdiffstats
path: root/bin/ps/keyword.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-27 01:40:30 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-27 01:40:30 +0000
commit0400410a482c8d50a60ba9d085f0e28503bd4bb9 (patch)
treeacb3da8ddd2aab872db6ed69b2028cd87d453f65 /bin/ps/keyword.c
parentc583effb169e04b0960cacffebc4053fe5d83fd3 (diff)
downloadFreeBSD-src-0400410a482c8d50a60ba9d085f0e28503bd4bb9.zip
FreeBSD-src-0400410a482c8d50a60ba9d085f0e28503bd4bb9.tar.gz
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
Diffstat (limited to 'bin/ps/keyword.c')
-rw-r--r--bin/ps/keyword.c2
1 files changed, 1 insertions, 1 deletions
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 *
OpenPOWER on IntegriCloud