diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-27 01:40:30 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-27 01:40:30 +0000 |
| commit | 36b025da937393350a47e5c36b109437af7d5aec (patch) | |
| tree | acb3da8ddd2aab872db6ed69b2028cd87d453f65 /bin | |
| parent | f0fb90277194f7f921819a5c05a8b24da64ac9e2 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/keyword.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 01d2a94b6804..38f9c7e7003c 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 * |
