From adceb3581231e3d08a987703695335100cc0bcc6 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 23 Apr 2015 17:40:20 +0200 Subject: [PATCH] add --log to --help message --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 98b88bcad..5d9854cf1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -547,6 +547,8 @@ void cmdLineHelp() " stdout.log.\n" " --console Write messages in the console and files\n" " -h, --help Show this help.\n" + " --log=N Set the verbosity to a value between\n" + " 0 (Debug) and 5 (Only Fatal messages)\n" "\n" "You can visit SuperTuxKart's homepage at " "http://supertuxkart.sourceforge.net\n\n",