diff options
-rw-r--r-- | lib/rubygems/commands/help_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ platform. end summary = wrap(summary, summary_width).split "\n" - out << sprintf(format, cmd_name, summary.shift) until summary.empty? do out << "#{wrap_indent}#{summary.shift}" end |