diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-02 12:47:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 12:47:22 +0200 |
| commit | 45bea392cbeb18046d421f300fa46fc64957ae98 (patch) | |
| tree | f8f4aa51d8c1388a96503b92c91b3717f82a7002 | |
| parent | c19c6606a2166c7d3a4564096396e6fb13e26c9c (diff) | |
| parent | 5ca8e3cf6e4672d778ea57fa673b73f83d41a8c9 (diff) | |
| download | PROJ-45bea392cbeb18046d421f300fa46fc64957ae98.tar.gz PROJ-45bea392cbeb18046d421f300fa46fc64957ae98.zip | |
Merge pull request #2634 from OSGeo/backport-2631-to-8.0
[Backport 8.0] Reduce doubled 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> |
