bin/yawast in yawast-0.6.0.beta5 vs bin/yawast in yawast-0.6.0.beta6
- old
+ new
@@ -54,9 +54,10 @@
c.description = 'Displays SSL information'
c.option '--nociphers', 'Disables check for supported ciphers (only with --internalssl)'
c.option '--internalssl', 'Disable SSL Labs integration'
c.option '--tdessessioncount', 'Counts the number of messages that can be sent in a single session'
+ c.option '--nodns', 'Disable DNS checks'
c.action do |args, options|
Yawast::Commands::Ssl.process(args, options)
end
end