Skip to content

Commit

Permalink
Fix help messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmcbride committed Nov 8, 2009
1 parent 24b6ea1 commit 46dd345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trakbot.rb
Expand Up @@ -77,9 +77,9 @@ def initialize(options)
"project <id>: Set your current project",
"projects: List your known projects",
"story <id>: Set your current story",
" story name|estimate <text>: Update story",
" story story_type feature|bug|chore|release: Update story",
" story current_state unstarted|started|finished|delivered|rejected|accepted: Update story",
"story name|estimate <text>: Update story",
"story story_type feature|bug|chore|release: Update story",
"story current_state unstarted|started|finished|delivered|rejected|accepted: Update story",
"finished: List finished stories in project",
"deliver finished: Deliver (and display) all finished stories",
"new feature|chore|bug|release <name>: Create a story in the Icebox with given name",
Expand Down

0 comments on commit 46dd345

Please sign in to comment.