From 40835c2c55e94876ee54442b2f51b2acd027024c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 5 Jul 2003 07:55:34 +0000 Subject: [PATCH] Use newer form for bug report and version. --- src/rmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rmt.c b/src/rmt.c index e49f3c2..f487b2c 100644 --- a/src/rmt.c +++ b/src/rmt.c @@ -262,7 +262,7 @@ Manipulate a tape drive, accepting commands from a remote process.\n\ --version Output version info.\n\ --help Output this help.\n"), program_name); - fputs (_("\nReport bugs to .\n"), stdout); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); @@ -293,7 +293,7 @@ main (int argc, char *const *argv) case 'v': { - printf ("rmt (GNU %s) %s\n", PACKAGE, VERSION); + printf ("rmt (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); printf (_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2003); puts (_("\ This program comes with NO WARRANTY, to the extent permitted by law.\n\ -- 2.44.0