diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 36501d5e2b9..8e3bb38ab1e 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -411,8 +411,6 @@ helpVariables(unsigned short int pager) fprintf(output, _(" SERVER_VERSION_NAME\n" " SERVER_VERSION_NUM\n" " server's version (in short string or numeric format)\n")); - fprintf(output, _(" SHOW_ALL_RESULTS\n" - " show all results of a combined query (\\;) instead of only the last\n")); fprintf(output, _(" SHOW_CONTEXT\n" " controls display of message context fields [never, errors, always]\n")); fprintf(output, _(" SINGLELINE\n" |