summaryrefslogtreecommitdiff
path: root/navit/start_real.c
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 22:35:22 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 22:35:22 +0000
commit66431a0ad59e4d8d288b715a1580fcd3b47fc8a9 (patch)
tree5a13d869942983351f2456883841f77759579553 /navit/start_real.c
parent882bde74f68e5e938a5cecb1b210d4935110b55d (diff)
downloadnavit-svn-66431a0ad59e4d8d288b715a1580fcd3b47fc8a9.tar.gz
Fix:core:Mention debug level names in help for -d.|#1269, part 4
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5965 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/start_real.c')
-rw-r--r--navit/start_real.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/navit/start_real.c b/navit/start_real.c
index 66958410..ee1b93ec 100644
--- a/navit/start_real.c
+++ b/navit/start_real.c
@@ -60,10 +60,11 @@ print_usage(void)
{
printf("%s",_("navit usage:\n"
"navit [options] [configfile]\n"
- "\t-c <file>: use <file> as config file\n"
- "\t-d <n>: set the global debug output level to <n> (0-3). Overrides setting from config file.\n"
+ "\t-c <file>: use <file> as config file, instead of using the default file.\n"
+ "\t-d <n>: set the global debug output level to <n> (0=error, 1=warning, 2=info, 3=debug).\n"
+ "\tSettings from config file will still take effect where they set a higher level.\n"
"\t-h: print this usage info and exit.\n"
- "\t-v: Print the version and exit.\n"));
+ "\t-v: print the version and exit.\n"));
}