summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-24 18:38:47 +0000
committerKarl Berry <karl@freefriends.org>2009-12-24 18:38:47 +0000
commit6a8a6fa9af6af314e192d593ec496d112f909ff8 (patch)
tree46f8336570cd5461192ad4e37e02c97160440a70 /Build/source/texk/web2c/help.h
parent3b60c7b05b84cf460b6dd9f9f1b34e3363b59f6f (diff)
replace @mail.tug.org with just @tug.org
git-svn-id: svn://tug.org/texlive/trunk@16497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 9fb4e682255..a7d243e473c 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -10,9 +10,9 @@
thing, the messages have a lot in common, so it's nice to have them
in one place.)
-Copyright 1995, 1996 Karl Berry.
-Copyright 2001, 2003, 2004 Olaf Weber.
+Copyright 1995, 1996, 2009 Karl Berry.
Copyright 2008 Taco Hoekwater.
+Copyright 2001, 2003, 2004 Olaf Weber.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,7 +36,8 @@ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#ifdef BIBTEX
const_string BIBTEXHELP[] = {
"Usage: bibtex [OPTION]... AUXFILE[.aux]",
- " Write bibliography for entries in AUXFILE to AUXFILE.bbl.",
+ " Write bibliography for entries in AUXFILE to AUXFILE.bbl,",
+ " along with a log file AUXFILE.blg."
"",
"-min-crossrefs=NUMBER include item after NUMBER cross-refs; default 2",
"-terse do not print progress reports",