Fix:Maptool:Make -P switch work
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 9 Jan 2011 09:23:58 +0000 (09:23 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 9 Jan 2011 09:23:58 +0000 (09:23 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3897 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/maptool/maptool.c

index 81a6660..a7a4fe7 100644 (file)
@@ -213,7 +213,7 @@ int main(int argc, char **argv)
                        {"slice-size", 1, 0, 'S'},
                        {0, 0, 0, 0}
                };
-               c = getopt_long (argc, argv, "6B:DNO:WS:a:bc"
+               c = getopt_long (argc, argv, "6B:DNO:PWS:a:bc"
 #ifdef HAVE_POSTGRESQL
                                              "d:"
 #endif