From: Jim Meyering Date: Mon, 15 Sep 1997 18:45:47 +0000 (+0000) Subject: tweak message strings X-Git-Tag: TEXTUTILS-1_22a~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=821279c98b068fbe21fe0a59c7c115b9e41af756;p=thirdparty%2Fcoreutils.git tweak message strings --- diff --git a/src/od.c b/src/od.c index cf30b76ecb..ff78795129 100644 --- a/src/od.c +++ b/src/od.c @@ -1847,14 +1847,14 @@ the maximum\nrepresentable value of type `long'"), optarg); else { error (0, 0, - _("in compatibility mode the last 2 arguments must be offsets")); + _("in compatibility mode, the last two arguments must be offsets")); usage (1); } } else if (n_files > 3) { error (0, 0, - _("in compatibility mode there may be no more than 3 arguments")); + _("compatibility mode supports no more than three arguments")); usage (1); }