@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phd.verbose config key description typo

Summary: Miniscule typo patch.

Test Plan: None really!

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11986

authored by

cpettet and committed by
epriestley
a43e7b29 27a60bdb

+1 -1
+1 -1
src/applications/config/option/PhabricatorPHDConfigOptions.php
··· 70 70 "Launch daemons in 'trace' mode by default. This creates an ". 71 71 "ENORMOUS amount of output, but can help debug issues. Daemons ". 72 72 "launched in debug mode with 'phd debug' are always launched in ". 73 - "trace mdoe. See also 'phd.verbose'.")), 73 + "trace mode. See also 'phd.verbose'.")), 74 74 $this->newOption('phd.variant-config', 'list<string>', array()) 75 75 ->setDescription( 76 76 pht(