1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-10 23:01:04 +01:00

Fix a typo in bin/repository help update

Summary: Fixes T10741. The workflow is `refs`, not `ref`.

Test Plan: o.O

Reviewers: chad, cspeckmim

Reviewed By: cspeckmim

Maniphest Tasks: T10741

Differential Revision: https://secure.phabricator.com/D15652
This commit is contained in:
epriestley 2016-04-07 03:53:42 -07:00
parent 437ff2a718
commit 8d6488f290

View file

@ -21,7 +21,7 @@ final class PhabricatorRepositoryManagementUpdateWorkflow
->setSynopsis( ->setSynopsis(
pht( pht(
'Update __repository__. This performs the __pull__, __discover__, '. 'Update __repository__. This performs the __pull__, __discover__, '.
'__ref__ and __mirror__ operations and is primarily an internal '. '__refs__ and __mirror__ operations and is primarily an internal '.
'workflow.')) 'workflow.'))
->setArguments( ->setArguments(
array( array(