diff options
| author | Waheed Barghouthi <waheed.barghouthi@gmail.com> | 2021-09-16 10:19:50 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-16 10:56:20 +0200 |
| commit | e54739954db813cd8394066b1e64ae8f2dd76bd8 (patch) | |
| tree | a33372fe889dc4fc456ead23ecc67ea6f3689be0 /docs | |
| parent | 1cedab9d8d48302c61a2ae1f3c139332560f9b73 (diff) | |
| download | PROJ-e54739954db813cd8394066b1e64ae8f2dd76bd8.tar.gz PROJ-e54739954db813cd8394066b1e64ae8f2dd76bd8.zip | |
update projsync command
I added the --all arg to the command, it seems its now a requirement, not sure if this is meant to be like this
Diffstat (limited to 'docs')
| -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` |
