summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-06 13:47:29 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-06 13:47:29 +0000
commit94433702715169f1aebfe271a263b964cc673eab (patch)
treeda562733a562c55b57a1a3d10057eef5955cc01b
parent000d958e4048dcf6916a2caf5b3cc69eb543e8f9 (diff)
downloadnavit-svn-94433702715169f1aebfe271a263b964cc673eab.tar.gz
Fix:Osm2Navit:Fixing spelling mistake
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@2189 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--osm2navit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osm2navit.c b/osm2navit.c
index cc2321de..9eafcd2d 100644
--- a/osm2navit.c
+++ b/osm2navit.c
@@ -2923,7 +2923,7 @@ usage(FILE *f)
#endif
fprintf(f,"-e (--end) : end at specified phase\n");
fprintf(f,"-k (--keep-tmpfiles) : do not delete tmp files after processing. useful to reuse them\n\n");
- fprintf(f,"-o (--coverage) : map every street to item overage\n");
+ fprintf(f,"-o (--coverage) : map every street to item coverage\n");
fprintf(f,"-s (--start) : start at specified phase\n");
fprintf(f,"-i (--input-file) : specify the input file name (OSM), overrules default stdin\n");
fprintf(f,"-w (--dedupe-ways) : ensure no duplicate ways or nodes. useful when using several input files\n");