diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 10:14:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 10:14:11 +0000 |
| commit | 9e752adbc26517a0287f281c4a83938c0a7640b7 (patch) | |
| tree | e4e9649c04500d403cc19d16ec1b075a50823a4a /usr.bin | |
| parent | f682f10c76449b3af3b1dd9afff859cd1cd07116 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/xstr/xstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 7ea87832251d..7964dd9897a9 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) static void usage(void) { - fprintf(stderr, "usage: xstr [-v] [-c] [-] [name ...]\n"); + fprintf(stderr, "usage: xstr [-cv] [-] [file ...]\n"); exit (1); } |
