From 3e88fc6f2a2af2c4f63a022fa253b1b66caebfb7 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Mon, 16 Apr 2012 06:47:53 +0000 Subject: [PATCH] fix help message --- osm2pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm2pgsql.c b/osm2pgsql.c index c7d6c0bc8..b2c75eb15 100644 --- a/osm2pgsql.c +++ b/osm2pgsql.c @@ -200,7 +200,7 @@ static void long_usage(char *arg0) printf(" --number-processes\t\tSpecifies the number of parallel processes used for certain operations\n"); printf(" \t\tDefault is 1\n"); printf(" -I|--disable-parallel-indexing\tDisable indexing all tables concurrently.\n"); - printf(" --unlogged-tables\tUse unlogged tables (lost on crash but faster). Requires PostgreSQL 9.1.\n"); + printf(" --unlogged\tUse unlogged tables (lost on crash but faster). Requires PostgreSQL 9.1.\n"); printf(" --cache-strategy\tSpecifies the method used to cache nodes in ram.\n"); printf(" \t\tAvailable options are:\n"); printf(" \t\tdense: caching strategy optimised for full planet import\n");