summaryrefslogtreecommitdiffstats
path: root/src/doxytag.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-09-04 19:14:10 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-09-04 19:14:10 (GMT)
commitd20edf5ddd0f90ea5b220ad743bf311f74383fc8 (patch)
tree9eaad18e2e95d04758839bfe77adefaaa1695f7d /src/doxytag.l
parent77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d (diff)
downloadDoxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.zip
Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.tar.gz
Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.tar.bz2
Release-1.3.3-20030904
Diffstat (limited to 'src/doxytag.l')
-rw-r--r--src/doxytag.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doxytag.l b/src/doxytag.l
index 91dfac5..b63ad19 100644
--- a/src/doxytag.l
+++ b/src/doxytag.l
@@ -507,10 +507,9 @@ void usage(const char *name)
fprintf(stderr,"Doxytag version %s\nCopyright Dimitri van Heesch 1997-2003\n\n",
versionString);
fprintf(stderr," Generates a tag file and/or a search index for a set of HTML files\n\n");
- fprintf(stderr,"Usage: %s [-t tag_file] [-s index_file] [ html_file [html_file...] ]\n",name);
+ fprintf(stderr,"Usage: %s [-t tag_file] [ html_file [html_file...] ]\n",name);
fprintf(stderr,"Options:\n");
fprintf(stderr," -t <tag_file> Generate tag file <tag_file>.\n");
- fprintf(stderr," -s <index_file> Generate search index <index_file>.\n\n");
fprintf(stderr,"If no HTML files are given all files in the current dir that\n"
"have a .html extension are parsed.\n\n");
exit(1);