--- trunk/bin/pgest-index.pl 2006/11/26 21:21:46 82 +++ trunk/bin/pgest-index.pl 2008/03/16 20:55:56 88 @@ -81,7 +81,7 @@ =cut -my $usage = "$0 database_name (--create|--drop) name [--sql='select id,foo,bar from table'] [--pk=id]\n"; +my $usage = "$0 database_name (--create|--drop) table_name [--sql='select id,foo,bar from table'] [--pk=id]\n"; GetOptions($c, qw/create=s drop=s node_url=s sql=s pk=s user=s passwd=s debug+/);