summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat/objformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/objformat/objformat.c')
-rw-r--r--usr.bin/objformat/objformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c
index 3e9e410..1b3e35d 100644
--- a/usr.bin/objformat/objformat.c
+++ b/usr.bin/objformat/objformat.c
@@ -52,7 +52,7 @@ main(int argc, char **argv)
if (strcmp(cmd, "objformat") == 0) {
if (argc != 1) {
- fprintf(stderr, "Usage: objformat\n");
+ fprintf(stderr, "usage: objformat\n");
exit(1);
}
printf("%s\n", objformat);
OpenPOWER on IntegriCloud