Update manage_cache.php
tagline copied from mail Reviewed by: epriestley See: <https://github.com/facebook/phabricator/pull/446>
This commit is contained in:
committed by
epriestley
parent
8f715d8edf
commit
67b8f9d35d
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';
|
require_once $root.'/scripts/__init_script__.php';
|
||||||
|
|
||||||
$args = new PhutilArgumentParser($argv);
|
$args = new PhutilArgumentParser($argv);
|
||||||
$args->setTagline('manage mail');
|
$args->setTagline('manage cache');
|
||||||
$args->setSynopsis(<<<EOSYNOPSIS
|
$args->setSynopsis(<<<EOSYNOPSIS
|
||||||
**cache** __command__ [__options__]
|
**cache** __command__ [__options__]
|
||||||
Manage Phabricator caches.
|
Manage Phabricator caches.
|
||||||
|
|||||||
Reference in New Issue
Block a user