summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-24 10:56:50 +0000
committerJim Meyering <jim@meyering.net>2002-06-24 10:56:50 +0000
commite6d1f21ea6082da89ddf5df3155ad1a6ef7dfbe5 (patch)
tree3e548dfed01516d0736cf87dbe36cf8207a61a0f /src
parent2223ca3c2db13218eb07fd06d084f09fb9f85bba (diff)
downloadcoreutils-e6d1f21ea6082da89ddf5df3155ad1a6ef7dfbe5.tar.xz
(usage): Add missing open-quote.
Diffstat (limited to 'src')
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index bc7b176fb..dd6207728 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
{