1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00

Add a synopsis and example for "arc help land"

Summary: Ref T13546. Small documentation fix. Mostly so I can have more things to land.

Test Plan: Ran "arc help land", saw help.

Maniphest Tasks: T13546

Differential Revision: https://secure.phabricator.com/D21321
This commit is contained in:
epriestley 2020-06-05 12:20:44 -07:00
parent 25afb93f7a
commit 6fb84e5164

View file

@ -91,9 +91,9 @@ branch.
EOTEXT
);
// TODO: Add command synopses.
return $this->newWorkflowInformation()
->setSynopsis(pht('Publish reviewed changes.'))
->addExample(pht('**land** [__options__] [__ref__ ...]'))
->setHelp($help);
}