From 6fb84e5164ccdda12eea98d616f4a297093d44b0 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 5 Jun 2020 12:20:44 -0700 Subject: [PATCH] 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 --- src/workflow/ArcanistLandWorkflow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index 5fd8c993..104a19b4 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -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); }