(main): Add a comment justifying the use of
authorJim Meyering <jim@meyering.net>
Fri, 13 Apr 2001 20:33:32 +0000 (20:33 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Apr 2001 20:33:32 +0000 (20:33 +0000)
`multi-character' rather than `multibyte' in a diagnostic.

src/sort.c

index 4cbb835..7f78765 100644 (file)
@@ -2394,7 +2394,10 @@ main (int argc, char **argv)
          tab = optarg[0];
          if (tab && optarg[1])
            {
-             /* Provoke with `sort -txx'.  */
+             /* Provoke with `sort -txx'.  Complain about
+                "multi-character tab" instead of "multibyte tab", so
+                that the diagnostic's wording does not need to be
+                changed once multibyte characters are supported.  */
              error (SORT_FAILURE, 0, _("multi-character tab `%s'"), optarg);
            }
          break;