From d330430336404960784ef513ffedde2dd57d7538 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 11 Mar 2012 11:02:22 +0200 Subject: Prettify --help output --- src/main.cpp | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0c936ab63..bd987f723 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -68,6 +68,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "profiler.h" #include "log.h" #include "mods.h" +#include "utility_string.h" /* Settings. @@ -798,21 +799,17 @@ int main(int argc, char *argv[]) i = allowed_options.getIterator(); i.atEnd() == false; i++) { - dstream<<" --"<getKey(); + std::ostringstream os1(std::ios::binary); + os1<<" --"<getKey(); if(i.getNode()->getValue().type == VALUETYPE_FLAG) - { - } + {} else - { - dstream<<" "; - } - dstream<"; + dstream<getValue().help != NULL) - { - dstream<<" "<getValue().help - <getValue().help; + dstream<