diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-15 18:45:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-15 18:45:47 +0000 |
commit | 821279c98b068fbe21fe0a59c7c115b9e41af756 (patch) | |
tree | d2e43ef102f4ad4124fc9337e00f53f5af61d7ca /src | |
parent | 312d78eca69c00eff8fa1a5290490ffce26b8820 (diff) | |
download | coreutils-821279c98b068fbe21fe0a59c7c115b9e41af756.tar.xz |
tweak message strings
Diffstat (limited to 'src')
-rw-r--r-- | src/od.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |