lib/hammer_cli/shell.rb in hammer_cli-0.11.0 vs lib/hammer_cli/shell.rb in hammer_cli-0.12.0

- old
+ new

@@ -111,11 +111,11 @@ def prompt 'hammer> ' end def print_welcome_message - print_message(_("Welcome to the hammer interactive shell")) - print_message(_("Type 'help' for usage information")) + print_message(_("Welcome to the hammer interactive shell.")) + print_message(_("Type 'help' for usage information.")) end def common_prefix(results) results.delete_if{ |r| !r[0].start_with?(results[0][0][0]) }.length == results.length end