From 1ea38af79c41d1ef2041676202f3efbee7654759 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 7 May 2020 10:30:31 -0700 Subject: [PATCH] Fix merge usage syntax --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index 0b134a309..c7f74d256 100644 --- a/command/pr.go +++ b/command/pr.go @@ -85,7 +85,7 @@ var prReopenCmd = &cobra.Command{ } var prMergeCmd = &cobra.Command{ - Use: "merge [number | url] [--rebase | --merge | --squash]", + Use: "merge [{ | }] []", Short: "Merge a pull request", Args: cobra.MaximumNArgs(1), RunE: prMerge,