summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index b12f8773d..362c58dd0 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2059,7 +2059,7 @@ decode_switches (int argc, char **argv)
char const *const *p = time_style_args;
while (*p)
fprintf (stderr, " - [posix-]%s\n", *p++);
- fputs (_(" - +FORMAT (e.g., +%H:%M) for a `date'-style"
+ fputs (_(" - +FORMAT (e.g., +%H:%M) for a 'date'-style"
" format\n"), stderr);
usage (LS_FAILURE);
}