diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-05 22:24:47 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-09-05 22:24:47 +0200 |
| commit | c50a573be3846754fb196893e3c9b216c3123cf5 (patch) | |
| tree | 7969fe5e24b1c07b91937fd65012ac7b5fef1ac3 | |
| parent | c11b98b058d883df6a0ef0a052ffd7565b00f921 (diff) | |
| download | PROJ-c50a573be3846754fb196893e3c9b216c3123cf5.tar.gz PROJ-c50a573be3846754fb196893e3c9b216c3123cf5.zip | |
Minor corrections to cli app docs on -d option
Added the version of introduction and removed comment about angular and
linear output (it's an internal implementation detail that users doesn't
need to be aware of).
| -rw-r--r-- | docs/source/apps/cct.rst | 6 | ||||
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 6 | ||||
| -rw-r--r-- | docs/source/apps/proj.rst | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index f3130c78..685e5471 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -32,9 +32,11 @@ The following control parameters can appear in any order: Specify input columns for (up to) 4 input parameters. Defaults to 1,2,3,4. -.. option:: -d<n> +.. option:: -d <n> - Specify the number of decimals in the output. Applies to both angles and distances. +.. versionadded:: 5.2.0 + + Specify the number of decimals in the output. .. option:: -I diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 7871b281..29ea5b42 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -36,9 +36,11 @@ The following control parameters can appear in any order: line to be passed through without processing. This option applicable to ASCII input only. (# is the default value). -.. option:: -d<n> +.. option:: -d <n> - Specify the number of decimals in the output. Applies to both angles and distances. +.. versionadded:: 5.2.0 + + Specify the number of decimals in the output. .. option:: -e <string> diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index c81a230b..bb156287 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -37,9 +37,11 @@ The following control parameters can appear in any order floating point words. This option is to be used when :program:`proj` is a child process and allows bypassing formatting operations. -.. option:: -d<n> +.. option:: -d <n> - Specify the number of decimals in the output. Applies to both angles and distances. +.. versionadded:: 5.2.0 + + Specify the number of decimals in the output. .. option:: -i |
