mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 22:44:29 +01:00
document -p switch
This commit is contained in:
@@ -56,7 +56,7 @@ class Options(usage.Options):
|
|||||||
FIXME: Docstring
|
FIXME: Docstring
|
||||||
"""
|
"""
|
||||||
optParameters = [
|
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."]
|
["config", "c", 'cowrie.cfg', "The configuration file to use."]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user