aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-10-06 17:14:01 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-10-06 17:14:01 +0000
commitb9b4f10b5b20525d3ee0fec4dc4c8c19bf3a71de (patch)
tree9729e2d418e7173814b89300536a6ec8a4a5e63a /src/bin/psql/help.c
parent378c79dc78346ca8b54719ae33f99dc16152e2db (diff)
downloadpostgresql-b9b4f10b5b20525d3ee0fec4dc4c8c19bf3a71de.tar.gz
postgresql-b9b4f10b5b20525d3ee0fec4dc4c8c19bf3a71de.zip
Message style improvements
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 879592a1fa5..316e65eda5b 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.114 2006/07/15 03:35:21 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.115 2006/10/06 17:14:00 petere Exp $
*/
#include "postgres_fe.h"
@@ -75,7 +75,7 @@ usage(void)
#endif /* WIN32 */
}
-/* If this " is the start of the string then it ought to end there to fit in 80 columns >> " */
+/* >>> If this " is the start of the string then it ought to end there to fit in 80 columns >> " */
printf(_("This is psql %s, the PostgreSQL interactive terminal.\n\n"),
PG_VERSION);
puts(_("Usage:"));
@@ -89,7 +89,7 @@ usage(void)
printf(_(" -d DBNAME specify database name to connect to (default: \"%s\")\n"), env);
puts(_(" -c COMMAND run only single command (SQL or internal) and exit"));
puts(_(" -f FILENAME execute commands from file, then exit"));
- puts(_(" -1 (numeral) execute command file as a single transaction"));
+ puts(_(" -1 (\"one\") execute command file as a single transaction"));
puts(_(" -l list available databases, then exit"));
puts(_(" -v NAME=VALUE set psql variable NAME to VALUE"));
puts(_(" -X do not read startup file (~/.psqlrc)"));