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