X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Frmt.c;h=79a933dcf6562a17d27fd8835f78069edf708776;hb=0008f6123738f466bc95b8b6bd3e82a7bc91876d;hp=e49f3c2dae81a799499d223d085c8057ce85b6dc;hpb=45dd602433099e8bbf6924a0896655c693057c69;p=chaz%2Ftar diff --git a/src/rmt.c b/src/rmt.c index e49f3c2..79a933d 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,8 +293,8 @@ main (int argc, char *const *argv) case 'v': { - printf ("rmt (GNU %s) %s\n", PACKAGE, VERSION); - printf (_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2003); + printf ("rmt (%s) %s\n%s\n", PACKAGE_NAME, PACKAGE_VERSION, + "Copyright (C) 2003 Free Software Foundation, Inc."); puts (_("\ This program comes with NO WARRANTY, to the extent permitted by law.\n\ You may redistribute it under the terms of the GNU General Public License;\n\