aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps/cs2cs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/apps/cs2cs.rst')
-rw-r--r--docs/source/apps/cs2cs.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst
index 1a1e785d..22c30fb6 100644
--- a/docs/source/apps/cs2cs.rst
+++ b/docs/source/apps/cs2cs.rst
@@ -15,19 +15,16 @@ Synopsis
or
- **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} +to {target_crs} file ...
+ **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} {target_crs} file ...
where {source_crs} or {target_crs} is a PROJ string, a WKT string or a AUTHORITY:CODE
(where AUTHORITY is the name of a CRS authority and CODE the code of a CRS
found in the proj.db database), expressing a coordinate reference system.
-.. versionadded:: 6.0.0
+ .. versionadded:: 6.0.0
-or
-
- **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} {target_crs}
-
-.. versionadded:: 6.0.0
+ .. note:: before 7.0.1, it was needed to add +to between {source_crs} and {target_crs}
+ when adding a filename
Description
***********