*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 3 May 2003 20:14:20 +0000 (20:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 May 2003 20:14:20 +0000 (20:14 +0000)
tests/fmt/basic

index b335ab9..bbc7db2 100755 (executable)
@@ -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}],
     );