diff options
-rw-r--r-- | tools/attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/attr.c b/tools/attr.c index 798fe84..d68a62c 100644 --- a/tools/attr.c +++ b/tools/attr.c @@ -231,8 +231,8 @@ main(int argc, char **argv) if (error) { perror("attr_list"); fprintf(stderr, - _("Could not list \"%s\" for %s\n"), - attrname, filename); + _("Could not list %s\n"), + filename); exit(1); } |