summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-03 20:14:20 +0000
committerJim Meyering <jim@meyering.net>2003-05-03 20:14:20 +0000
commitc48100ccf1ede206548e35d526bbad60c3c64070 (patch)
tree844e7b3cd80f88c4ad857160062db4cd4adbf519 /tests
parent34bd9f31cc41aeb4db1acddc5e16fe448cbfe54d (diff)
downloadcoreutils-c48100ccf1ede206548e35d526bbad60c3c64070.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fmt/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt/basic b/tests/fmt/basic
index b335ab9ca..bbc7db2e7 100755
--- a/tests/fmt/basic
+++ b/tests/fmt/basic
@@ -35,7 +35,7 @@ my @Tests =
{ERR => "fmt: cannot open `no-such-file' for reading:"
. " No such file or directory\n"}, {EXIT => 1}],
['obs-1', '-c -72',
- {ERR => "fmt: invalid option -- 7; -NUMBER is recognized only when it"
+ {ERR => "fmt: invalid option -- 7; -WIDTH is recognized only when it"
. " is the first\noption; use -w N instead\n"
. "Try `fmt --help' for more information.\n" }, {EXIT => 1}],
);