mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Manual page renaming.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.87 1997/08/25 19:41:48 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.88 1997/08/26 17:00:06 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -134,8 +134,8 @@ usage(char *progname)
|
||||
fprintf(stderr, "\t -s single step mode (prompts for each query)\n");
|
||||
fprintf(stderr, "\t -S single line mode (i.e. query terminated by newline)\n");
|
||||
fprintf(stderr, "\t -t turn off printing of headings and row count\n");
|
||||
fprintf(stderr, "\t -u ask for a username and password for authentication\n");
|
||||
fprintf(stderr, "\t -T html set html3.0 table command options (cf. -H)\n");
|
||||
fprintf(stderr, "\t -u ask for a username and password for authentication\n");
|
||||
fprintf(stderr, "\t -x turn on expanded output (field names on left)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user