Bruce Momjian <pgman@candle.pha.pa.us> writes:
> ! printf(_(" -C, --create process commands to create the database\n"));
Wow, that's just about *completely* content-free. Obviously
documentation written by a committee :-(
How about
! printf(_(" -d, --dbname=NAME connect to database NAME\n"));
! printf(_(" -C, --create create the target database\n"));
regards, tom lane