fixes a small alignment problem in the output of wesnoth -h

This commit is contained in:
Mark de Wever 2007-05-24 17:08:48 +00:00
parent 6b3d3f3ae2
commit 46dd3cd94a

View File

@ -1656,7 +1656,7 @@ static int play_game(int argc, char** argv)
<< " --log-error=\"domain1,domain2,...\", --log-warning=..., --log-info=...\n"
<< " sets the severity level of the debug domains.\n"
<< " \"all\" can be used to match any debug domain.\n"
<< " --logdomains List defined log domains and exit.\n"
<< " --logdomains List defined log domains and exit.\n"
<< " --nocache disables caching of game data.\n"
<< " --validcache assume that cache is valid (dangerous)\n"
<< " --nosound runs the game without sounds and music.\n"