From d200f4974b08187a104995b83d0811cb3ab81e9f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Jun 1998 04:39:25 +0000 Subject: (remove_file): Remove `non-directory' part of `removing non-directory FILE' verbose message. --- src/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/remove.c') 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)) { -- cgit v1.2.3-54-g00ecf