Skip to content

Commit

Permalink
Attempt to clarify usage help message
Browse files Browse the repository at this point in the history
  • Loading branch information
dstnbrkr committed Dec 18, 2011
1 parent 40fe42f commit e5641ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gitdone
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ case ARGV[0]
else
puts "Too many arguments."
end
puts "usage: gitdone add PATH"
puts "usage: gitdone add <commit message>"
end
when "rm"
if ARGV[1]
rm ARGV[1].to_i
else
puts "Not enough arguments."
puts "usage: gitdone rm PATH"
puts "usage: gitdone rm <task index>"
end
when "edit"
edit
Expand Down

0 comments on commit e5641ce

Please sign in to comment.