summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-11 10:35:38 +0000
committerJim Meyering <jim@meyering.net>2003-07-11 10:35:38 +0000
commit63861fc0122a287beb9c58c3c9a682592f3ba319 (patch)
treeb9d9486bbfd6d5d7dfe65300a906c2845fa38b20 /src/od.c
parent53cca5451c8f56a04c50a87d5fe7fefef2d19b0c (diff)
downloadcoreutils-63861fc0122a287beb9c58c3c9a682592f3ba319.tar.xz
(main): Enclose diagnostic in _(...).
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index 52aa55e54..08620a93f 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1919,7 +1919,7 @@ it must be one character from [doxn]"),
{
end_offset = n_bytes_to_skip + max_bytes_to_format;
if (end_offset < n_bytes_to_skip)
- error (EXIT_FAILURE, 0, "skip-bytes + read-bytes is too large");
+ error (EXIT_FAILURE, 0, _("skip-bytes + read-bytes is too large"));
}
if (n_specs == 0)