HomePhabricator

Fix command typo in managing_daemons.diviner

Description

Fix command typo in managing_daemons.diviner

Summary:
Fix the 'managing daemons' doc's example for launching daemons in a
way suitable for multiple web servers. Separate the '--no-discovery'
argument with '--', otherwise it doesn't appear to be understood.

Test Plan:
Attempt to launch daemon in various ways, make sure to include
ways that are expected to fail, otherwise it may not be doing what
we expect.

phd launch PhabricatorRepositoryPullLocalDaemon --no-discovery
.. errors in daemon log 'unrecognised argument' ..
phd launch PhabricatorRepositoryPullLocalDaemon -- --not-an-arg
.. errors in daemon log 'unrecognised argument' ..
phd launch PhabricatorRepositoryPullLocalDaemon -- --no-discovery
.. no errors in daemon log ..

Reviewers: Blessed Reviewers, epriestley

Reviewed By: Blessed Reviewers, epriestley

Subscribers: epriestley

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

Details

Provenance
jevripioAuthored on
epriestleyCommitted on Jun 4 2014, 10:40 PM
epriestleyPushed on Jun 4 2014, 10:40 PM
Reviewer
Blessed Reviewers
Differential Revision
D9374: Fix command typo in managing_daemons.diviner
Parents
rPb6748034f030: Changed behavior of "code block" button to use triple tick syntax ("```")…
Branches
Unknown
Tags
Unknown

Event Timeline