@@ -85,14 +85,15 @@ usage(unsigned short int pager)
85
85
fprintf (output ,_ (" -f, --file=FILENAME execute commands from file, then exit\n" ));
86
86
fprintf (output ,_ (" -l, --list list available databases, then exit\n" ));
87
87
fprintf (output ,_ (" -v, --set=, --variable=NAME=VALUE\n"
88
- " set psql variable NAME to VALUE e.g.: -v ON_ERROR_STOP=1\n" ));
88
+ " set psql variable NAME to VALUE\n"
89
+ " (e.g., -v ON_ERROR_STOP=1)\n" ));
89
90
fprintf (output ,_ (" -V, --version output version information, then exit\n" ));
90
91
fprintf (output ,_ (" -X, --no-psqlrc do not read startup file (~/.psqlrc)\n" ));
91
92
fprintf (output ,_ (" -1 (\"one\"), --single-transaction\n"
92
93
" execute as a single transaction (if non-interactive)\n" ));
93
94
fprintf (output ,_ (" -?, --help[=options] show this help, then exit\n" ));
94
- fprintf (output ,_ (" --help=variables show a listof all specially treated variables , then exit\n" ));
95
- fprintf (output ,_ (" --help=commands show a listof backslash commands , then exit\n" ));
95
+ fprintf (output ,_ (" --help=commands listbackslash commands , then exit\n" ));
96
+ fprintf (output ,_ (" --help=variables listspecial variables , then exit\n" ));
96
97
97
98
fprintf (output ,_ ("\nInput and output options:\n" ));
98
99
fprintf (output ,_ (" -a, --echo-all echo all input from script\n" ));