diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/main.c | 10 |
2 files changed, 7 insertions, 8 deletions
@@ -1,3 +1,8 @@ +2009-01-24 Eric Blake <ebb9@byu.net> + + Add URLs to --help output. + * src/main.c (usage): Use enhanced version-etc features. + 2009-01-07 Eric Blake <ebb9@byu.net> Enhance substr to support replacement text. @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU M4. @@ -191,13 +191,7 @@ specified by `-M'. The environment variable `POSIXLY_CORRECT' implies\n\ Exit status is 0 for success, 1 for failure, 63 for frozen file version\n\ mismatch, or whatever value was passed to the m4exit macro.\n\ "), stdout); - puts (""); - /* TRANSLATORS: the placeholder indicates the bug-reporting - address for this application. Please add _another line_ - saying "Report translation bugs to <...>\n" with the address - for translation bugs (typically your translation team's web - or email address). */ - xprintf (_("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT); + emit_bug_reporting_address (); } exit (status); } |