From: Ulrich Drepper Date: Sat, 20 Apr 2002 01:48:44 +0000 (+0000) Subject: (main): Correct the usage message. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c8179a04e761821779644fd3cbb815f7ec8b99;p=thirdparty%2Fglibc.git (main): Correct the usage message. --- diff --git a/iconvdata/tst-table-from.c b/iconvdata/tst-table-from.c index 9bf0ba36831..084de5fe2b6 100644 --- a/iconvdata/tst-table-from.c +++ b/iconvdata/tst-table-from.c @@ -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 , 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];