From 3e9c67e385b4d2c5533d050e11777ee32c944117 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Sep 1997 18:46:42 +0000 Subject: [PATCH] tweak message strings --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/od.c b/src/od.c index ff78795129..c31274b5cf 100644 --- a/src/od.c +++ b/src/od.c @@ -1854,7 +1854,7 @@ the maximum\nrepresentable value of type `long'"), optarg); else if (n_files > 3) { error (0, 0, - _("compatibility mode supports no more than three arguments")); + _("compatibility mode supports at most three arguments")); usage (1); } -- 2.47.3