diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-08-12 12:31:54 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-08-12 12:31:54 +0200 |
| commit | 053541430976621fe327a2e8b036534c97beac31 (patch) | |
| tree | ec5463f56c18ff4e11cb7a5589d67d1e67dff36b | |
| parent | 6f3df8c695fa62302070a277603f60d26acd8854 (diff) | |
| download | PROJ-053541430976621fe327a2e8b036534c97beac31.tar.gz PROJ-053541430976621fe327a2e8b036534c97beac31.zip | |
Document require_grid option
| -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. |
