aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps/cct.rst
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-05-05 22:30:15 +1200
committermwtoews <mwtoews@gmail.com>2018-05-05 22:30:15 +1200
commitdcc4ebc1e8945dbbd9270e4775a6d220633507b3 (patch)
tree88cc745abfaf9e792ba8a83fced7c5feca4904ba /docs/source/apps/cct.rst
parente6472d42b33b7cc2155de82dd561365b16f9ef78 (diff)
downloadPROJ-dcc4ebc1e8945dbbd9270e4775a6d220633507b3.tar.gz
PROJ-dcc4ebc1e8945dbbd9270e4775a6d220633507b3.zip
Use formatting similar to used in original manuals
Minor rephrasing for better reading. Split -[w|W]<n> into two options.
Diffstat (limited to 'docs/source/apps/cct.rst')
-rw-r--r--docs/source/apps/cct.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst
index 3c3f6668..a6e6e551 100644
--- a/docs/source/apps/cct.rst
+++ b/docs/source/apps/cct.rst
@@ -38,13 +38,13 @@ The following control parameters can appear in any order:
.. option:: -t <time>, --time=<time>
- Specify a fixed observation time to be used for all input data.
+ Specify a fixed observation *time* to be used for all input data.
.. option:: -z <height>, --height=<height>
- Specify a fixed observation height to be used for all input data.
+ Specify a fixed observation *height* to be used for all input data.
-.. option:: s <n>, --skip-lines=<n>
+.. option:: -s <n>, --skip-lines=<n>
.. versionadded:: 5.1.0
@@ -89,7 +89,7 @@ Examples
.. code-block:: console
- echo 12 55 0 0 | cct +proj=utm +zone=32 +ellps=GRS80
+ echo 12 55 0 0 | cct +proj=utm +zone=32 +ellps=GRS80
will transform the input geographic coordinates into UTM zone 32 coordinates.
Hence, the command
@@ -98,7 +98,7 @@ Hence, the command
echo 12 55 | cct -z0 -t0 +proj=utm +zone=32 +ellps=GRS80
-Should give results comparable to the classic proj command
+Should give results comparable to the classic :program:`proj` command
.. code-block:: console