]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Add missing open-quote.
authorJim Meyering <jim@meyering.net>
Mon, 24 Jun 2002 10:56:50 +0000 (10:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Jun 2002 10:56:50 +0000 (10:56 +0000)
src/stat.c

index bc7b176fb96efe0aa0e6cc0a5c7f3e49b9868338..dd62077283df45f7958f52101dd12a9f7d4af720 100644 (file)
@@ -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
     {