diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-16 10:25:33 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-16 08:55:52 +0000 |
| commit | 5b50a3beeaa3109acafab7f9f01097a2897fd0eb (patch) | |
| tree | a33372fe889dc4fc456ead23ecc67ea6f3689be0 | |
| parent | 1cedab9d8d48302c61a2ae1f3c139332560f9b73 (diff) | |
| download | PROJ-backport-2856-to-master.tar.gz PROJ-backport-2856-to-master.zip | |
Merge pull request #2856 from waheedi/patch-1backport-2856-to-master
update projsync command line to sync --all
| -rw-r--r-- | docs/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index 325e47b1..73cc6e00 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -189,7 +189,7 @@ Tests are run with:: With a successful install of PROJ we can now install data files using the :program:`projsync` utility:: - projsync --system-directory + projsync --system-directory --all which will download all resource files currently available for PROJ. If less than the entire collection of resource files is needed the call to :program:`projsync` |
