Index: src/bin/pg_dump/pg_restore.c
===================================================================
RCS file: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v
retrieving revision 1.90
diff -c -c -r1.90 pg_restore.c
*** src/bin/pg_dump/pg_restore.c	5 Jan 2009 16:54:37 -0000	1.90
--- src/bin/pg_dump/pg_restore.c	6 Jan 2009 17:17:10 -0000
***************
*** 391,397 ****
  
  	printf(_("\nOptions controlling the restore:\n"));
  	printf(_("  -a, --data-only          restore only the data, no schema\n"));
! 	printf(_("  -c, --clean              clean (drop) schema prior to create\n"));
  	printf(_("  -C, --create             create the target database\n"));
  	printf(_("  -I, --index=NAME         restore named index\n"));
  	printf(_("  -L, --use-list=FILENAME  use specified table of contents for ordering\n"
--- 391,397 ----
  
  	printf(_("\nOptions controlling the restore:\n"));
  	printf(_("  -a, --data-only          restore only the data, no schema\n"));
! 	printf(_("  -c, --clean              clean (drop) database objects before recreating\n"));
  	printf(_("  -C, --create             create the target database\n"));
  	printf(_("  -I, --index=NAME         restore named index\n"));
  	printf(_("  -L, --use-list=FILENAME  use specified table of contents for ordering\n"
