From 89bd84986a4819bc7a1c8cc74bd606122417be28 Mon Sep 17 00:00:00 2001 From: Andrej E Baranov Date: Wed, 15 Jan 2014 10:03:50 -0800 Subject: [PATCH] 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 --- scripts/daemon/manage_daemons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/daemon/manage_daemons.php b/scripts/daemon/manage_daemons.php index 4319aa71d5..303849d206 100755 --- a/scripts/daemon/manage_daemons.php +++ b/scripts/daemon/manage_daemons.php @@ -10,7 +10,7 @@ $args = new PhutilArgumentParser($argv); $args->setTagline('manage daemons'); $args->setSynopsis(<<