summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 18:45:47 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 18:45:47 +0000
commit821279c98b068fbe21fe0a59c7c115b9e41af756 (patch)
treed2e43ef102f4ad4124fc9337e00f53f5af61d7ca /src/od.c
parent312d78eca69c00eff8fa1a5290490ffce26b8820 (diff)
downloadcoreutils-821279c98b068fbe21fe0a59c7c115b9e41af756.tar.xz
tweak message strings
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/od.c b/src/od.c
index cf30b76ec..ff7879512 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);
}