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" );