document -p switch

This commit is contained in:
Michel Oosterhof
2016-10-18 15:49:26 +04:00
parent 2ab82ba930
commit 5f0ce75af0

View File

@@ -56,7 +56,7 @@ class Options(usage.Options):
FIXME: Docstring
"""
optParameters = [
["port", "p", 0, "The port number to listen on.", int],
["port", "p", 0, "The port number to listen on for SSH.", int],
["config", "c", 'cowrie.cfg', "The configuration file to use."]
]