File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -177,15 +177,14 @@ main(int argc, char **argv)
177
177
if (!GetVariable (settings .vars , "quiet" ) && !settings .notty && !options .action )
178
178
{
179
179
puts ("Welcome to psql, the PostgreSQL interactive terminal.\n"
180
- "(Please type \\copyright to see the distribution terms of PostgreSQL .)" );
180
+ "(Type \\copyright to see the distribution terms.)" );
181
181
182
182
//showVersion(&settings, false);
183
183
184
- puts ("\n"
185
- "Type \\h for help with SQL commands,\n"
184
+ puts ("Type \\h for help with SQL commands,\n"
186
185
" \\? for help on internal slash commands,\n"
187
- " \\q to quit,\n "
188
- " \\g or terminate with semicolon to execute query. " );
186
+ " \\g or terminate with semicolon to execute query. "
187
+ " \\q to quit,\n " );
189
188
}
190
189
191
190
process_psqlrc (& settings );
You can’t perform that action at this time.
0 commit comments