Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9987f66

Browse files
committed
Fix my typo
1 parentc9cab10 commit9987f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp