From: Jim Meyering Date: Mon, 15 Sep 1997 18:46:42 +0000 (+0000) Subject: tweak message strings X-Git-Tag: TEXTUTILS-1_22a~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e9c67e385b4d2c5533d050e11777ee32c944117;p=thirdparty%2Fcoreutils.git tweak message strings --- 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); }