Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Sep 27, 2009
1 parent d2a2845 commit aa289f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ssh-forever
Expand Up @@ -14,7 +14,7 @@ OptionParser.new do |opts|
options[:port] = port
end

opts.on('-i', '--identity_file [IDENTIFY_FILE]', 'identity_file') do |identity_file|
opts.on('-i', '--identity_file [IDENTITY_FILE]', 'identity_file') do |identity_file|
options[:identity_file] = identity_file
end
end.parse!
Expand Down

0 comments on commit aa289f1

Please sign in to comment.