1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Fix flag typo in "Managing Caches" documentation

Summary: See PHI1392. This flag is `--all`, not `--all-caches`.

Test Plan: Ran `bin/cache purge --all`.

Differential Revision: https://secure.phabricator.com/D20722
This commit is contained in:
epriestley 2019-08-20 12:28:52 -07:00
parent d890c03ac3
commit 803eb29c71

View file

@ -41,7 +41,7 @@ with the `--help` flag to see options:
This tool can purge caches in a granular way, but it's normally easiest to This tool can purge caches in a granular way, but it's normally easiest to
just purge all of the caches: just purge all of the caches:
phabricator/ $ ./bin/cache purge --purge-all phabricator/ $ ./bin/cache purge --all
You can purge caches safely. The data they contain can always be rebuilt from You can purge caches safely. The data they contain can always be rebuilt from
other data if Phabricator needs it. other data if Phabricator needs it.