diff options
| author | 積丹尼 Dan Jacobson <jidanni@jidanni.org> | 2021-04-02 18:17:51 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-04-02 10:18:12 +0000 |
| commit | 5ca8e3cf6e4672d778ea57fa673b73f83d41a8c9 (patch) | |
| tree | f8f4aa51d8c1388a96503b92c91b3717f82a7002 | |
| parent | c19c6606a2166c7d3a4564096396e6fb13e26c9c (diff) | |
| download | PROJ-5ca8e3cf6e4672d778ea57fa673b73f83d41a8c9.tar.gz PROJ-5ca8e3cf6e4672d778ea57fa673b73f83d41a8c9.zip | |
Doc: geod.rst: reduce doubled information (#2631)
Don't repeat neighboring information.
| -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> |
