Skip to content

Commit

Permalink
Modify to be more Jessica friendly!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica0xdata committed May 14, 2015
1 parent e898d5b commit e159a6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/recent_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ def get_issue_component_name(issue):

def usage():
print("")
print("usage: " + g_script_name + " --user username --pass password --sprint sprintname")
print("usage: " + g_script_name + " --user username --pass password --startdate startdate")
print("")
print("e.g.")
print("")
print("./" + g_script_name + " --startdate 2015-01-30")
print("")
sys.exit(1)

Expand Down

0 comments on commit e159a6e

Please sign in to comment.