diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-16 10:25:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 10:25:33 +0200 |
| commit | a0de673b62a1de58561cce0421c54cbadba77083 (patch) | |
| tree | e493dc18773709bf88565c4001e7844c39911a6b | |
| parent | 8694b94a589f1201b0f63cb507075585a4ec7b63 (diff) | |
| parent | 0bc84c65e0d626366d568838473a3686c9897f91 (diff) | |
| download | PROJ-a0de673b62a1de58561cce0421c54cbadba77083.tar.gz PROJ-a0de673b62a1de58561cce0421c54cbadba77083.zip | |
Merge pull request #2856 from waheedi/patch-1
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` |
