Add missing command line help.

Change-Id: Ib1f98fa91293478d0f4271f9032e6e3866c81bab
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Eike Ziller
2011-10-13 09:22:28 +02:00
parent f7f3c2d151
commit 2a489d4d4d
2 changed files with 6 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ static const char fixedOptionsC[] =
" -help Display this help\n"
" -version Display program version\n"
" -client Attempt to connect to already running instance\n"
" -settingspath <path> Override the default path where user settings are stored.\n";
" -settingspath <path> Override the default path where user settings are stored\n";
static const char HELP_OPTION1[] = "-h";
static const char HELP_OPTION2[] = "-help";