summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);
}