lib/relish/error_messages.rb in relish-0.1.3 vs lib/relish/error_messages.rb in relish-0.1.4

- old
+ new

@@ -4,11 +4,15 @@ def project_blank 'Please specify a project.' + help end - def handle_is_blank + def handle_blank 'Please specify a new handle.' + help + end + + def version_blank + 'Please specify a version name.' + help end def unknown_command 'Unknown command.' + help end \ No newline at end of file