File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,14 +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
- "( Type \\copyright to see the distribution terms.) " );
180
+ "Type \\copyright for distribution terms" );
181
181
182
182
//showVersion(&settings, false);
183
183
184
- puts ("Type \\h for help with SQL commands, \n"
185
- " \\? for help on internal slash commands, \n"
186
- " \\g or terminate with semicolon to execute query. "
187
- " \\q to quit, \n" );
184
+ puts (" \\h for help with SQL commands\n"
185
+ " \\? for help on internal slash commands\n"
186
+ " \\g or terminate with semicolon to execute query\n "
187
+ " \\q to quit\n" );
188
188
}
189
189
190
190
process_psqlrc (& settings );
You can’t perform that action at this time.
0 commit comments