pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Make help documentation around --without-prompt match reality #14

Closed pgr0ss closed 10 years ago

pgr0ss commented 10 years ago

rake_commit -h prints

-w, --without-prompt PROMPT Skips the given prompt (author, feature, message)

However, the prompt is actually called pair. I like the prompt author instead of pair, so maybe it should be changed.