1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Fix bin/phd log instructions

Summary: The command takes `--id` (since recently?), fix command prompt.

Test Plan: `bin/phd help log`

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10404
This commit is contained in:
epriestley 2014-09-02 17:11:36 -07:00
parent 957c1d6602
commit df3ddd5de4

View file

@ -190,7 +190,7 @@ final class PhabricatorDaemonLogViewController
phutil_tag(
'tt',
array(),
"phabricator/ $ ./bin/phd log {$id}"));
"phabricator/ $ ./bin/phd log --id {$id}"));
return $view;