aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/apps/projinfo.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst
index 955b9a18..fc816e40 100644
--- a/docs/source/apps/projinfo.rst
+++ b/docs/source/apps/projinfo.rst
@@ -26,7 +26,7 @@ Synopsis
| [--main-db-path path] [--aux-db-path path]*
| [--identify]
| [--c-ify] [--single-line]
- | {object_definition} | (-s {srs_def} -t {srs_def})
+ | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def})
|
where {object_definition} or {srs_def} is
@@ -41,6 +41,10 @@ Synopsis
- a OGC URN combining references for concatenated operations
(e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618")
+ {object_reference} is a filename preceded by the '@' character. The
+ file referenced by the {object_reference} must contain a valid
+ {object_definition}.
+
Description
***********