Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9987f66

Browse files
committed
Fix my typo
1 parent c9cab10 commit 9987f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/help.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
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 $
77
*/
88
#include "postgres_fe.h"
99

@@ -93,7 +93,7 @@ usage(void)
9393
if (!env)
9494
env = user;
9595
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);
9797
printf(_(" -f, --file=FILENAME execute commands from file, then exit\n"));
9898
printf(_(" -l, --list list available databases, then exit\n"));
9999
printf(_(" -v, --set=, --variable=NAME=VALUE\n"

0 commit comments

Comments
 (0)