diff options
Diffstat (limited to 'src/rm.c')
-rw-r--r-- | src/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |