Add newline, closes bin/1433

This commit is contained in:
Paul Traina 1996-07-26 23:45:36 +00:00
parent 66b8e416e6
commit 9c197ec156
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17292

View file

@ -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);
}