lib/awsssh.rb in awsssh-3.0.0.rc2 vs lib/awsssh.rb in awsssh-3.0.0
- old
+ new
@@ -67,9 +67,18 @@
def version
puts "version #{VERSION}"
end
+ # @private
+ def help(command = nil, subcommand = false)
+ super
+ puts "For more information visit https://github.com/sethiele/awsssh"
+ puts ""
+ end
+
+
+
private
##
# open and check credential file
#