Skip to content

Commit

Permalink
Better help message for --filter-status.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Sep 12, 2008
1 parent d352c9e commit 57281f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-issues
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ parser.add_option("--print-new-bugs",
parser.add_option("--filter-status",
dest="filterStatus",
default="closed",
help = """does not print a bug if it is in one of
help = """do not print a issue if it is in one of
the stati specified (column separated) by this option.""".replace("\n",""))

parser.add_option("--filter-tags",
Expand Down

0 comments on commit 57281f8

Please sign in to comment.