diff options
Diffstat (limited to 'gettext-tools/src/urlget.c')
-rw-r--r-- | gettext-tools/src/urlget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/urlget.c b/gettext-tools/src/urlget.c index db5a3bd..f3243e1 100644 --- a/gettext-tools/src/urlget.c +++ b/gettext-tools/src/urlget.c @@ -1,5 +1,5 @@ /* Get the contents of an URL. - Copyright (C) 2001-2003, 2005-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2010, 2012 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2001. This program is free software: you can redistribute it and/or modify @@ -169,7 +169,7 @@ static void usage (int status) { if (status != EXIT_SUCCESS) - fprintf (stderr, _("Try `%s --help' for more information.\n"), + fprintf (stderr, _("Try '%s --help' for more information.\n"), program_name); else { |