diff options
| author | Waheed Barghouthi <waheed.barghouthi@gmail.com> | 2021-09-16 10:19:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 10:19:50 +0200 |
| commit | 0bc84c65e0d626366d568838473a3686c9897f91 (patch) | |
| tree | e493dc18773709bf88565c4001e7844c39911a6b | |
| parent | 8694b94a589f1201b0f63cb507075585a4ec7b63 (diff) | |
| download | PROJ-0bc84c65e0d626366d568838473a3686c9897f91.tar.gz PROJ-0bc84c65e0d626366d568838473a3686c9897f91.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
| -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` |
