Skip to content

Commit

Permalink
Merge pull request #69 from donnemartin/develop
Browse files Browse the repository at this point in the history
Fix --issue_filter typo for gh_issues command in COMMANDS.md
  • Loading branch information
donnemartin authored Jun 22, 2016
2 parents eafad00 + b30664d commit 7185555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Example(s):

$ gh issues
$ gh issues -f assigned
$ gh issues ---issue_filter created
$ gh issues --issue_filter created
$ gh issues -s all -l 20 -p
$ gh issues --issue_state closed --limit 20 --pager
$ gh issues -f created -s all -p
Expand Down

0 comments on commit 7185555

Please sign in to comment.