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

Correct a leftover reference to "--keep-branch"

Summary: See <https://discourse.phabricator-community.org/t/arc-land-keep-branch-no-longer-works/4004/>. This flag is now "--keep-branches".

Test Plan: Grepped for "keep-branch".

Differential Revision: https://secure.phabricator.com/D21356
This commit is contained in:
epriestley 2020-06-11 11:05:31 -07:00
parent f52222ad19
commit 98bf58db4a

View file

@ -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
);