From d83f1c265cff41bb90395d391d3e51beeb7e94f3 Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Wed, 12 Sep 2012 12:55:37 +0200 Subject: [PATCH] Add textured lines to ogr-decode help output --- src/Prep/OGRDecode/ogr-decode.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Prep/OGRDecode/ogr-decode.cxx b/src/Prep/OGRDecode/ogr-decode.cxx index 860df2ed..2a0316f9 100644 --- a/src/Prep/OGRDecode/ogr-decode.cxx +++ b/src/Prep/OGRDecode/ogr-decode.cxx @@ -477,6 +477,8 @@ void usage(char* progname) { SG_LOG( SG_GENERAL, SG_ALERT, " Use an attribute query (like SQL WHERE)" ); SG_LOG( SG_GENERAL, SG_ALERT, "--spat xmin ymin xmax ymax" ); SG_LOG( SG_GENERAL, SG_ALERT, " spatial query extents" ); + SG_LOG( SG_GENERAL, SG_ALERT, "--texture-lines" ); + SG_LOG( SG_GENERAL, SG_ALERT, " Enable textured lines" ); SG_LOG( SG_GENERAL, SG_ALERT, "" ); SG_LOG( SG_GENERAL, SG_ALERT, "" ); SG_LOG( SG_GENERAL, SG_ALERT, " Directory to put the polygon files in" );