Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Mar 21, 2012
1 parent c216ead commit 1d050db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/PluginOpenSSLCipherSuites.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class PluginOpenSSLCipherSuites(PluginBase.PluginBase):
dest=None)
available_commands.add_option(
option='hide_rejected_ciphers',
help="Option - Hides the list of cipher suites that were rejected by "
"the server.",
help="Option - Hides the (usually long) list of cipher suites that were"
" rejected by the server.",
dest=None)

def process_task(self, target, command, args):
Expand Down

0 comments on commit 1d050db

Please sign in to comment.