lib/phrase/tool/commands/show_help.rb in phrase-0.4.14 vs lib/phrase/tool/commands/show_help.rb in phrase-0.4.15
- old
+ new
@@ -11,10 +11,10 @@
private
def show_help
msg = "usage: phrase <command> [<args>]\n"
- Phrase::Tool::Commands.possible_commands.each do |command, suffix|
+ Phrase::Tool::Commands.possible_commands.each do |command, suffix|
msg << " #{extract_help(command)}\n"
end
print_message msg
end