summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/rev.c')
-rw-r--r--text-utils/rev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/rev.c b/text-utils/rev.c
index 3c64c12d1..a44f9c6eb 100644
--- a/text-utils/rev.c
+++ b/text-utils/rev.c
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
do {
if (*argv) {
if ((fp = fopen(*argv, "r")) == NULL) {
- warn(_("%s: open failed"), *argv );
+ warn(_("cannot open %s"), *argv );
rval = EXIT_FAILURE;
++argv;
continue;