From 98bf58db4a39a0974a5de0b375080141e2f28481 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 11 Jun 2020 11:05:31 -0700 Subject: [PATCH] Correct a leftover reference to "--keep-branch" Summary: See . This flag is now "--keep-branches". Test Plan: Grepped for "keep-branch". Differential Revision: https://secure.phabricator.com/D21356 --- src/workflow/ArcanistLandWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index 72f1ae99..92fc643d 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -118,7 +118,7 @@ power, the workflow makes a guess about what state you wanted to end up in after the process finishes. The working copy is put into that state. Any obsolete refs that point at commits which were published are deleted, -unless the **--keep-branch** flag is passed. +unless the **--keep-branches** flag is passed. EOTEXT );