@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update manage_cache.php

tagline copied from mail

Reviewed by: epriestley

See: <https://github.com/facebook/phabricator/pull/446>

authored by

Nikolajus Krauklis and committed by
epriestley
67b8f9d3 8f715d8e

+1 -1
+1 -1
scripts/cache/manage_cache.php
··· 5 5 require_once $root.'/scripts/__init_script__.php'; 6 6 7 7 $args = new PhutilArgumentParser($argv); 8 - $args->setTagline('manage mail'); 8 + $args->setTagline('manage cache'); 9 9 $args->setSynopsis(<<<EOSYNOPSIS 10 10 **cache** __command__ [__options__] 11 11 Manage Phabricator caches.