|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2008, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.128 2008/05/16 17:17:00 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.129 2008/06/11 10:55:43 heikki Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -244,10 +244,10 @@ slashUsage(unsigned short int pager)
|
244 | 244 | fprintf(output,"\n");
|
245 | 245 |
|
246 | 246 | fprintf(output,_("External\n"));
|
247 |
| -fprintf(output,_(" \\cd [DIR] change the current working directory\n")); |
248 |
| -fprintf(output,_(" \\timing toggle timing of commands (currently %s)\n"), |
| 247 | +fprintf(output,_(" \\cd [DIR]change the current working directory\n")); |
| 248 | +fprintf(output,_(" \\timing[on|off] toggle timing of commands (currently %s)\n"), |
249 | 249 | ON(pset.timing));
|
250 |
| -fprintf(output,_(" \\! [COMMAND] execute command in shell or start interactive shell\n")); |
| 250 | +fprintf(output,_(" \\! [COMMAND]execute command in shell or start interactive shell\n")); |
251 | 251 | fprintf(output,"\n");
|
252 | 252 |
|
253 | 253 | fprintf(output,_("Variable\n"));
|
|