diff --git a/commands/issue.go b/commands/issue.go index 6e662b83555c026a54e473df48d4813104984c96..a3986ca1222489e3429339a1438bbc6a95c57197 100644 --- a/commands/issue.go +++ b/commands/issue.go @@ -11,8 +11,13 @@ import ( var ( cmdIssue = &Command{ Run: issue, - Usage: "issue", - Long: `List open issues for the current GitHub project.`, + Usage: "issue [-a ]", + Long: `List open issues for the current GitHub project. + +## Options: + -a, --assignee + Display only issues assigned to +`, } cmdCreateIssue = &Command{