From 4d72c4c11e3aff65e9bb36e5fcf75f088b140049 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 10 Jul 2002 12:59:07 +0000 Subject: Implement SysV-style $$@ support. I looked at E.Parmelan's patch but decided to implement this a different way, and didn't use it. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 39f0bd3..fcf0b91 100644 --- a/main.c +++ b/main.c @@ -2169,9 +2169,9 @@ print_usage (bad) } if (!remote_description || *remote_description == '\0') - fprintf (usageto, _("\nBuilt for %s"), make_host); + fprintf (usageto, _("\nThis program built for %s"), make_host); else - fprintf (usageto, "\nBuilt for %s (%s)", make_host, remote_description); + fprintf (usageto, "\nThis program built for %s (%s)", make_host, remote_description); fprintf (usageto, _("\nReport bugs to \n")); } -- cgit v1.2.3