@@ -85,14 +85,15 @@ usage(unsigned short int pager)
8585 fprintf (output , _ (" -f, --file=FILENAME execute commands from file, then exit\n" ));
8686 fprintf (output , _ (" -l, --list list available databases, then exit\n" ));
8787 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" ));
8990 fprintf (output , _ (" -V, --version output version information, then exit\n" ));
9091 fprintf (output , _ (" -X, --no-psqlrc do not read startup file (~/.psqlrc)\n" ));
9192 fprintf (output , _ (" -1 (\"one\"), --single-transaction\n"
9293 " execute as a single transaction (if non-interactive)\n" ));
9394 fprintf (output , _ (" -?, --help[=options] show this help, then exit\n" ));
94- fprintf (output , _ (" --help=variables show a list of all specially treated variables , then exit\n" ));
95- fprintf (output , _ (" --help=commands show a list of backslash commands , then exit\n" ));
95+ fprintf (output , _ (" --help=commands list backslash commands , then exit\n" ));
96+ fprintf (output , _ (" --help=variables list special variables , then exit\n" ));
9697
9798 fprintf (output , _ ("\nInput and output options:\n" ));
9899 fprintf (output , _ (" -a, --echo-all echo all input from script\n" ));
0 commit comments