summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/ctags/ctags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c
index b2e2330..93aba0f 100644
--- a/usr.bin/ctags/ctags.c
+++ b/usr.bin/ctags/ctags.c
@@ -131,7 +131,7 @@ main(argc, argv)
argc -= optind;
if (!argc) {
usage: (void)fprintf(stderr,
- "usage: ctags [-BFadtuwvx] [-f tagsfile] file ...");
+ "usage: ctags [-BFadtuwvx] [-f tagsfile] file ...\n");
exit(1);
}
OpenPOWER on IntegriCloud