From: Jim Meyering Date: Sun, 24 May 1998 14:17:33 +0000 (+0000) Subject: tweak --changed diagnostic X-Git-Tag: FILEUTILS-3_16o~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2934197be613fdc710617c47a9f2fe4fe230d5;p=thirdparty%2Fcoreutils.git tweak --changed diagnostic --- diff --git a/src/chown.c b/src/chown.c index e14dcc139e..c26b48b530 100644 --- a/src/chown.c +++ b/src/chown.c @@ -133,7 +133,8 @@ describe_change (const char *file, enum Change_status changed) if (changed == CH_NOT_APPLIED) { - printf (_("symbolic link %s not changed\n"), file); + printf (_("neither symbolic link %s nor referent has been changed\n"), + file); return; }