diff options
author | Bruno Haible <bruno@clisp.org> | 2012-01-26 21:49:41 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-02-18 22:28:04 +0100 |
commit | b366aa9b240c14807954b7eb074cb56854a1ea65 (patch) | |
tree | 190ea789ffc7dde16e3afa5e6c1567a8adb5227a /gettext-tools/src/urlget.c | |
parent | 0512c3de7cf042c96d04e9424900fa7a1c500a47 (diff) | |
download | external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.zip external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.tar.gz external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.tar.bz2 |
Modernize quoting.
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 { |