Method: GitSSHWrapper::CLI#print_help

Defined in:
lib/git-ssh-wrapper/cli.rb


56
57
58
59
60
61
# File 'lib/git-ssh-wrapper/cli.rb', line 56

def print_help
  puts "Run remote git commands using only the specified ssh private key."
  puts
  puts usage
  exit 0
end