diff options
Diffstat (limited to 'usr.bin/mklocale/yacc.y')
-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 51378f144e3d..3001490af995 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); } } |