3434 *
3535 *
3636 * IDENTIFICATION
37- *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.65 2004/10/22 16:04:35 petere Exp $
37+ *$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.66 2004/11/11 17:06:46 momjian Exp $
3838 *
3939 *-------------------------------------------------------------------------
4040 */
@@ -360,7 +360,7 @@ usage(const char *progname)
360360printf (_ (" %s [OPTION]... [FILE]\n" ),progname );
361361
362362printf (_ ("\nGeneral options:\n" ));
363- printf (_ (" -d, --dbname=NAMEtarget database name\n" ));
363+ printf (_ (" -d, --dbname=NAMEconnect to database name\n" ));
364364printf (_ (" -f, --file=FILENAME output file name\n" ));
365365printf (_ (" -F, --format=c|t specify backup file format\n" ));
366366printf (_ (" -i, --ignore-version proceed even when server version mismatches\n" ));
@@ -372,7 +372,7 @@ usage(const char *progname)
372372printf (_ ("\nOptions controlling the restore:\n" ));
373373printf (_ (" -a, --data-only restore only the data, no schema\n" ));
374374printf (_ (" -c, --clean clean (drop) schema prior to create\n" ));
375- printf (_ (" -C, --createissue commands to create the database\n" ));
375+ printf (_ (" -C, --create create the target database\n" ));
376376printf (_ (" -I, --index=NAME restore named index\n" ));
377377printf (_ (" -L, --use-list=FILENAME use specified table of contents for ordering\n"
378378" output from this file\n" ));