diff options
| author | 積丹尼 Dan Jacobson <jidanni@jidanni.org> | 2021-04-02 18:17:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 12:17:51 +0200 |
| commit | b964253ccdad791568b9d64aab93e0cc7e81105b (patch) | |
| tree | 52fd014d46a5eed2bc3ae9fe7279d92112a61cf6 /docs/source | |
| parent | 8d9e27c875cca8b2808cd0ea1cebf3b1a0899e5c (diff) | |
| download | PROJ-b964253ccdad791568b9d64aab93e0cc7e81105b.tar.gz PROJ-b964253ccdad791568b9d64aab93e0cc7e81105b.zip | |
Doc: geod.rst: reduce doubled information (#2631)
Don't repeat neighboring information.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/geod.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/source/apps/geod.rst b/docs/source/apps/geod.rst index a6129bf8..3d3e0037 100644 --- a/docs/source/apps/geod.rst +++ b/docs/source/apps/geod.rst @@ -60,14 +60,12 @@ The following command-line options can appear in any order: .. option:: -f <format> Where *format* is a printf format string to control the output form of the - geographic coordinate values. The default mode is DMS for geographic - coordinates and ``"%.3f"`` for distance. + geographic coordinate values. The default mode is DMS. .. option:: -F <format> Where *format* is a printf format string to control the output form of the distance - value (``-F``). The default mode is DMS for geographic coordinates and - ``"%.3f"`` for distance. + value. The default mode is ``"%.3f"``. .. option:: -w<n> |
