Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smoove committed Dec 7, 2012
1 parent 88bbeb7 commit 98bfae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/capifony
Expand Up @@ -20,7 +20,7 @@ OptionParser.new do |opts|
exit 0
end

opts.on("-s", "--symfony VERSION", "Capify specific symfony verion (1|2)") do |version|
opts.on("-s", "--symfony VERSION", "Capify specific symfony version (1|2)") do |version|
symfony_version = version.to_i
end

Expand Down

0 comments on commit 98bfae4

Please sign in to comment.