mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Update manage_cache.php
tagline copied from mail Reviewed by: epriestley See: <https://github.com/facebook/phabricator/pull/446>
This commit is contained in:
parent
8f715d8edf
commit
67b8f9d35d
1 changed files with 1 additions and 1 deletions
2
scripts/cache/manage_cache.php
vendored
2
scripts/cache/manage_cache.php
vendored
|
@ -5,7 +5,7 @@ $root = dirname(dirname(dirname(__FILE__)));
|
|||
require_once $root.'/scripts/__init_script__.php';
|
||||
|
||||
$args = new PhutilArgumentParser($argv);
|
||||
$args->setTagline('manage mail');
|
||||
$args->setTagline('manage cache');
|
||||
$args->setSynopsis(<<<EOSYNOPSIS
|
||||
**cache** __command__ [__options__]
|
||||
Manage Phabricator caches.
|
||||
|
|
Loading…
Reference in a new issue