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:
parent
25afb93f7a
commit
6fb84e5164
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue