summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-07-26 23:45:36 +0000
committerpst <pst@FreeBSD.org>1996-07-26 23:45:36 +0000
commit7c327b7d276e1738ed6e22bce67f00f43e9ac3bc (patch)
tree10259671c15fa76c7c94d71e344fd50f2fb01001 /usr.bin/ctags
parent4daf71244ca194ee0716344389e05ea0f752ce0d (diff)
downloadFreeBSD-src-7c327b7d276e1738ed6e22bce67f00f43e9ac3bc.zip
FreeBSD-src-7c327b7d276e1738ed6e22bce67f00f43e9ac3bc.tar.gz
Add newline, closes bin/1433
Diffstat (limited to 'usr.bin/ctags')
-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