Skip to content

Commit

Permalink
mr_checkout: fix usage message
Browse files Browse the repository at this point in the history
'lab mr checkout' was lacks the '<id>' information in the usage help message.
This patch adds it.

Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
  • Loading branch information
bmeneg committed Sep 16, 2020
1 parent 1287e69 commit 86f9dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_checkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (

// listCmd represents the list command
var checkoutCmd = &cobra.Command{
Use: "checkout",
Use: "checkout <id>",
Short: "Checkout an open merge request",
Long: ``,
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit 86f9dd6

Please sign in to comment.