mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix my typo
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.141 2009/02/27 09:58:09 petere Exp $
|
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.142 2009/03/24 12:57:31 petere Exp $
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ usage(void)
|
|||||||
if (!env)
|
if (!env)
|
||||||
env = user;
|
env = user;
|
||||||
printf(_(" -c, --command=COMMAND run only single command (SQL or internal) and exit\n"));
|
printf(_(" -c, --command=COMMAND run only single command (SQL or internal) and exit\n"));
|
||||||
printf(_(" -d, --dbnme=DBNAME database name to connect to (default: \"%s\")\n"), env);
|
printf(_(" -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n"), env);
|
||||||
printf(_(" -f, --file=FILENAME execute commands from file, then exit\n"));
|
printf(_(" -f, --file=FILENAME execute commands from file, then exit\n"));
|
||||||
printf(_(" -l, --list list available databases, then exit\n"));
|
printf(_(" -l, --list list available databases, then exit\n"));
|
||||||
printf(_(" -v, --set=, --variable=NAME=VALUE\n"
|
printf(_(" -v, --set=, --variable=NAME=VALUE\n"
|
||||||
|
Reference in New Issue
Block a user