diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-25 12:28:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-25 12:28:33 +0000 |
commit | 289dacfa49deca7961442c40d24189de057f7bb5 (patch) | |
tree | ad44044f5e469caba6c8431161aa93d9f7e3b932 /src | |
parent | 1bfc7036c0f8304a1ec5de1ff8b0ae9e446e17a2 (diff) | |
download | coreutils-289dacfa49deca7961442c40d24189de057f7bb5.tar.xz |
tweak diagnostic
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ re_protect (const char *const_dst_path, int src_offset, if ((*(x->xstat)) (src_path, &src_sb)) { - error (0, errno, _("obtaining file attributes of %s"), + error (0, errno, _("obtaining attributes of %s"), quote (src_path)); return 1; } |