From b366aa9b240c14807954b7eb074cb56854a1ea65 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 26 Jan 2012 21:49:41 +0100 Subject: Modernize quoting. --- gettext-tools/src/urlget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-tools/src/urlget.c') 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 , 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 { -- cgit v1.1