diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <bug-make@gnu.org>\n")); } |