summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index c7bb679ba..7a6585bd1 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -625,7 +625,7 @@ remove_file (struct File_spec *fs, const struct rm_options *x)
}
if (x->verbose)
- printf (_("removing non-directory %s\n"), full_filename (pathname));
+ printf (_("removing %s\n"), full_filename (pathname));
if (unlink (pathname) && (errno != ENOENT || !x->ignore_missing_files))
{