diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-08-13 12:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 12:27:10 +0200 |
| commit | 88c20884fd948f8bcf958fa73026ae67efc1a2f4 (patch) | |
| tree | ec5463f56c18ff4e11cb7a5589d67d1e67dff36b /docs/source/apps | |
| parent | 666efb98088c007fc297e8cbd0648367bd62c014 (diff) | |
| parent | 053541430976621fe327a2e8b036534c97beac31 (diff) | |
| download | PROJ-88c20884fd948f8bcf958fa73026ae67efc1a2f4.tar.gz PROJ-88c20884fd948f8bcf958fa73026ae67efc1a2f4.zip | |
Merge pull request #1088 from rouault/simplify_travis_builds
Assorted fixes: Makefile, tests, gie enhancement, Travis-CI simplification
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/gie.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst index fac4898a..8cbd2336 100644 --- a/docs/source/apps/gie.rst +++ b/docs/source/apps/gie.rst @@ -275,6 +275,14 @@ gie command language See ``gie -l`` for a list of error codes that can be ignored. +.. option:: require_grid <grid_name> + + Checks the availability of the grid <grid_name>. If it is not found, then + all :option:`accept`/:option:`expect` pairs until the next + :option:`operation` will be skipped. + :option:`require_grid` can be repeated several times to specify several grids whose + presence is required. + .. option:: echo <text> Add user defined text to the output stream. See the example below. |
