mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 08:12:40 +01:00
Fix typo
Summary: 'daeons' to 'daemons' Test Plan: run `phd help` Reviewers: #blessed_reviewers, epriestley Reviewed By: epriestley CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D7973
This commit is contained in:
parent
9f35c7cc26
commit
89bd84986a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $args = new PhutilArgumentParser($argv);
|
||||||
$args->setTagline('manage daemons');
|
$args->setTagline('manage daemons');
|
||||||
$args->setSynopsis(<<<EOSYNOPSIS
|
$args->setSynopsis(<<<EOSYNOPSIS
|
||||||
**phd** __command__ [__options__]
|
**phd** __command__ [__options__]
|
||||||
Manage Phabricator daeons.
|
Manage Phabricator daemons.
|
||||||
|
|
||||||
EOSYNOPSIS
|
EOSYNOPSIS
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue