From: Jim Meyering Date: Mon, 24 Jun 2002 10:56:50 +0000 (+0000) Subject: (usage): Add missing open-quote. X-Git-Tag: FILEUTILS-4_1_9~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6d1f21ea6082da89ddf5df3155ad1a6ef7dfbe5;p=thirdparty%2Fcoreutils.git (usage): Add missing open-quote. --- diff --git a/src/stat.c b/src/stat.c index bc7b176fb9..dd62077283 100644 --- a/src/stat.c +++ b/src/stat.c @@ -839,7 +839,7 @@ void usage (int status) { if (status != 0) - fprintf (stderr, _("Try %s --help' for more information.\n"), + fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name); else {