@@ -175,8 +175,8 @@ slashUsage(unsigned short int pager)
175175fprintf (output ,_ (" \\copyright show PostgreSQL usage and distribution terms\n" ));
176176fprintf (output ,_ (" \\crosstabview [COLUMNS] execute query and display results in crosstab\n" ));
177177fprintf (output ,_ (" \\errverbose show most recent error message at maximum verbosity\n" ));
178- fprintf (output ,_ (" \\g [(OPTIONS)] [FILE] execute query (and send results to file or |pipe);\n" ));
179- fprintf ( output , _ ( " \\g with no arguments is equivalent to a semicolon\n" ));
178+ fprintf (output ,_ (" \\g [(OPTIONS)] [FILE] execute query (and send results to file or |pipe);\n"
179+ " \\g with no arguments is equivalent to a semicolon\n" ));
180180fprintf (output ,_ (" \\gdesc describe result of query, without executing it\n" ));
181181fprintf (output ,_ (" \\gexec execute query, then execute each value in its result\n" ));
182182fprintf (output ,_ (" \\gset [PREFIX] execute query and store results in psql variables\n" ));