From beec5dc0084a7efa2527c849aa68b9fa663829ae Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sun, 5 Nov 2006 00:07:04 +0000 Subject: Use \n instead of std::endl when writing to stdout. --- ChangeLog | 1 + src/main.cpp | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9bfa084a..45b92cbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2006-11-04 Björn Steinbrink + * src/main.cpp: Use \n instead of std::endl when writing to stdout. * src/gui/updatewindow.cpp, src/gui/updatewindow.h: Removed useless addRow method. * src/main.cpp: Restore the homeDir config entry (temporarily). diff --git a/src/main.cpp b/src/main.cpp index 28128494..c1919bc0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -352,19 +352,18 @@ void exit_engine() void printHelp() { - std::cout - << "tmw" << std::endl << std::endl - << "Options: " << std::endl - << " -h --help : Display this help" << std::endl - << " -u --skipupdate : Skip the update process" << std::endl - << " -U --username : Login with this username" << std::endl - << " -P --password : Login with this password" << std::endl - << " -D --default : Bypass the login process with default settings" - << std::endl - << " -s --server : Login Server name or IP" << std::endl - << " -o --port : Login Server Port" << std::endl - << " -p --playername : Login with this player" << std::endl - << " -C --configfile : Configuration file to use" << std::endl; + std::cout << + "tmw\n\n" + "Options:\n" + " -h --help : Display this help\n" + " -u --skipupdate : Skip the update process\n" + " -U --username : Login with this username\n" + " -P --password : Login with this password\n" + " -D --default : Bypass the login process with default settings\n" + " -s --server : Login Server name or IP\n" + " -o --port : Login Server Port\n" + " -p --playername : Login with this player\n" + " -C --configfile : Configuration file to use\n"; } void parseOptions(int argc, char *argv[], Options &options) -- cgit v1.2.3-70-g09d2