File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.141 2009/02/27 09:58:09 petere Exp $
6
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.142 2009/03/24 12:57:31 petere Exp $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
@@ -93,7 +93,7 @@ usage(void)
93
93
if (!env )
94
94
env = user ;
95
95
printf (_ (" -c, --command=COMMAND run only single command (SQL or internal) and exit\n" ));
96
- printf (_ (" -d, --dbnme =DBNAME database name to connect to (default: \"%s\")\n" ), env );
96
+ printf (_ (" -d, --dbname =DBNAME database name to connect to (default: \"%s\")\n" ), env );
97
97
printf (_ (" -f, --file=FILENAME execute commands from file, then exit\n" ));
98
98
printf (_ (" -l, --list list available databases, then exit\n" ));
99
99
printf (_ (" -v, --set=, --variable=NAME=VALUE\n"
You can’t perform that action at this time.
0 commit comments