1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 00:02:41 +01:00
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:
Andrej E Baranov 2014-01-15 10:03:50 -08:00 committed by epriestley
parent 9f35c7cc26
commit 89bd84986a

View file

@ -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
); );