]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(main): Correct the usage message.
authorUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 01:48:44 +0000 (01:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 01:48:44 +0000 (01:48 +0000)
iconvdata/tst-table-from.c

index 9bf0ba368311fcf802ce19a5e20a9a0f886cd5bd..084de5fe2b680a0fb94f53c569523d8ac823a509 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
 
@@ -184,7 +184,7 @@ main (int argc, char *argv[])
 
   if (argc != 2)
     {
-      fprintf (stderr, "Usage: tst-table-to charset\n");
+      fprintf (stderr, "Usage: tst-table-from charset\n");
       exit (1);
     }
   charset = argv[1];