summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 18:46:42 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 18:46:42 +0000
commit3e9c67e385b4d2c5533d050e11777ee32c944117 (patch)
tree1713bd1e042abd29531c6375895ae5d091eb063a /src
parent821279c98b068fbe21fe0a59c7c115b9e41af756 (diff)
downloadcoreutils-3e9c67e385b4d2c5533d050e11777ee32c944117.tar.xz
tweak message strings
Diffstat (limited to 'src')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index ff7879512..c31274b5c 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);
}