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:
parent
957c1d6602
commit
df3ddd5de4
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ final class PhabricatorDaemonLogViewController
|
|||
phutil_tag(
|
||||
'tt',
|
||||
array(),
|
||||
"phabricator/ $ ./bin/phd log {$id}"));
|
||||
"phabricator/ $ ./bin/phd log --id {$id}"));
|
||||
|
||||
|
||||
return $view;
|
||||
|
|
Loading…
Reference in a new issue