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:
@@ -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
|
||||
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
|
||||
other data if Phabricator needs it.
|
||||
|
||||
Reference in New Issue
Block a user