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:
parent
d890c03ac3
commit
803eb29c71
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue