diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
| commit | d397408818fbfa179246fb327659e3fb29ffff31 (patch) | |
| tree | bf1d5b964f5e7e91c796086166af5a86d7d454a0 /usr.bin/mklocale | |
| parent | 5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mklocale')
| -rw-r--r-- | usr.bin/mklocale/yacc.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 51378f144e3de..3001490af9951 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -211,7 +211,7 @@ main(ac, av) break; default: usage: - fprintf(stderr, "Usage: mklocale [-d] [-o output] [source]\n"); + fprintf(stderr, "usage: mklocale [-d] [-o output] [source]\n"); exit(1); } } |
