From 098bfeea80fd5683d14cc5f9155200dd26ddc41d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Dec 2001 11:49:36 +0000 Subject: (main): Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ --- src/chgrp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chgrp.c b/src/chgrp.c index a827f7548..aea989235 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -215,7 +215,8 @@ main (int argc, char **argv) { struct stat ref_stats; if (stat (reference_file, &ref_stats)) - error (1, errno, _("getting attributes of %s"), quote (reference_file)); + error (1, errno, _("failed to get attributes of %s"), + quote (reference_file)); chopt.group_name = gid_to_name (ref_stats.st_gid); gid = ref_stats.st_gid; -- cgit v1.2.3-70-g09d2