From 803eb29c71d35f956b11d6380bc414d341de826c Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 20 Aug 2019 12:28:52 -0700 Subject: [PATCH] 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 --- src/docs/user/configuration/managing_caches.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/managing_caches.diviner b/src/docs/user/configuration/managing_caches.diviner index 53b48250ea..e873b99d8c 100644 --- a/src/docs/user/configuration/managing_caches.diviner +++ b/src/docs/user/configuration/managing_caches.diviner @@ -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.