Skip to content

Commit

Permalink
Merge branch 'fix_stdin' into icy
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed May 10, 2012
2 parents f01e79f + 263248f commit 68c3860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/trocla
Expand Up @@ -23,8 +23,8 @@ OptionParser.new do |opts|
end
end

opts.on("-random", "-r", "Generate random password") do
options['random'] = false
opts.on("--random", "-r", "Generate random password") do
options['random'] = true
end

opts.on("--no-random", "Do not generate random password") do
Expand Down

0 comments on commit 68c3860

Please sign in to comment.