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
|
@ -10,7 +10,7 @@ $args = new PhutilArgumentParser($argv);
|
|||
$args->setTagline('manage daemons');
|
||||
$args->setSynopsis(<<<EOSYNOPSIS
|
||||
**phd** __command__ [__options__]
|
||||
Manage Phabricator daeons.
|
||||
Manage Phabricator daemons.
|
||||
|
||||
EOSYNOPSIS
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue