diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-27 16:47:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 16:47:57 +0200 |
| commit | f413bc8e8d415e7107f6b23274d5c0d1a91f012d (patch) | |
| tree | 0eafb067c294244a200fe679f044d66136f1b4c9 /docs/source | |
| parent | 9874f6078a5fa8981dba6a96adcffbc7a3ec7e8f (diff) | |
| parent | 9b27bd8a4e33dfd3994340af7aab334c262ce27e (diff) | |
| download | PROJ-f413bc8e8d415e7107f6b23274d5c0d1a91f012d.tar.gz PROJ-f413bc8e8d415e7107f6b23274d5c0d1a91f012d.zip | |
Merge pull request #907 from kbevers/print-help
Print help
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/cct.rst | 4 | ||||
| -rw-r--r-- | docs/source/apps/gie.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 9153e29b..dc2944f2 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -49,6 +49,10 @@ The following control parameters can appear in any order: Write non-essential, but potentially useful, information to stderr. Repeat for additional information (``-vv``, ``-vvv``, etc.) +.. option:: --version + + Print version number. + The *+args* arguments are associated with coordinate operation parameters. Usage varies with operation. diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst index f94c1171..41664660 100644 --- a/docs/source/apps/gie.rst +++ b/docs/source/apps/gie.rst @@ -47,6 +47,10 @@ already employed for compiling the library. List the PROJ internal system error codes +.. option:: --version + + Print version number + Tests for :program:`gie` are defined in simple text files. Usually having the extension ``.gie``. Test for :program:`gie` are written in the purpose-build command language for gie. The basic functionality of the gie command language is implemented through just |
