summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index a5edfcf8f..e9d5a598f 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -115,7 +115,7 @@ diagnose_leading_hyphen (int argc, char **argv)
if (arg[0] == '-' && arg[1] && lstat (arg, &st) == 0)
{
fprintf (stderr,
- _("Try `%s ./%s' to remove the file %s.\n"),
+ _("Try '%s ./%s' to remove the file %s.\n"),
argv[0],
quotearg_n_style (1, shell_quoting_style, arg),
quote (arg));