diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
| commit | f682f10c76449b3af3b1dd9afff859cd1cd07116 (patch) | |
| tree | 4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/fstat | |
| parent | 9b3eb503540780da14e359b10886a885eb649497 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fstat')
| -rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 64b2f197c772..b835a93faaaa 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -927,6 +927,6 @@ void usage(void) { (void)fprintf(stderr, - "usage: fstat [-fmnv] [-p pid] [-u user] [-N system] [-M core] [file ...]\n"); + "usage: fstat [-fmnv] [-M core] [-N system] [-p pid] [-u user] [file ...]\n"); exit(1); } |
