diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-08-15 21:25:50 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-08-15 21:25:50 +0000 |
| commit | 327a1d9ddb1fb2c319b6484dcb18b711b82b382f (patch) | |
| tree | af1f7884aaba767930f251f392eeb285bbd5365e | |
| parent | 13e7108c06f6a2d0597364885bf75cdba5372d3a (diff) | |
Notes
| -rw-r--r-- | usr.bin/gcore/aoutcore.c | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 3eb5a195bf2b..c61bad8af8d3 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -333,6 +333,6 @@ userdump(fd, kp, addr, npage) void usage() { - (void)fprintf(stderr, "usage: gcore [-s] [-c core] executable pid\n"); + (void)fprintf(stderr, "usage: gcore [-s] [-c core] [executable] pid\n"); exit(1); } diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 3eb5a195bf2b..c61bad8af8d3 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -333,6 +333,6 @@ userdump(fd, kp, addr, npage) void usage() { - (void)fprintf(stderr, "usage: gcore [-s] [-c core] executable pid\n"); + (void)fprintf(stderr, "usage: gcore [-s] [-c core] [executable] pid\n"); exit(1); } |
