Add textured lines to ogr-decode help output
This commit is contained in:
parent
0957f0ccc8
commit
d83f1c265c
1 changed files with 2 additions and 0 deletions
|
@ -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, " Use an attribute query (like SQL WHERE)" );
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT, "--spat xmin ymin xmax ymax" );
|
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, " 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, "<work_dir>" );
|
SG_LOG( SG_GENERAL, SG_ALERT, "<work_dir>" );
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT, " Directory to put the polygon files in" );
|
SG_LOG( SG_GENERAL, SG_ALERT, " Directory to put the polygon files in" );
|
||||||
|
|
Loading…
Reference in a new issue