From b352648259403c0b81dc969512354ec3cb64871e Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Tue, 3 May 2022 07:55:00 +0000 Subject: [PATCH] Fix non-working `gh issue view` usage example (#5563) --- pkg/cmd/issue/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/issue/issue.go b/pkg/cmd/issue/issue.go index c807ecd0e..136f58d06 100644 --- a/pkg/cmd/issue/issue.go +++ b/pkg/cmd/issue/issue.go @@ -24,7 +24,7 @@ func NewCmdIssue(f *cmdutil.Factory) *cobra.Command { Example: heredoc.Doc(` $ gh issue list $ gh issue create --label bug - $ gh issue view --web + $ gh issue view 123 --web `), Annotations: map[string]string{ "IsCore": "true",