add missing parens
This commit is contained in:
parent
475a8d89c5
commit
3fe0823319
teeth_agent/cmd
@ -34,7 +34,7 @@ def run():
|
||||
' to auto-detect. A common use-case would be to'
|
||||
' override this with \'localhost\', in order to'
|
||||
' run behind a proxy, while leaving'
|
||||
' advertise-host unspecified.')
|
||||
' advertise-host unspecified.'))
|
||||
|
||||
parser.add_argument('--listen-port',
|
||||
default=9999,
|
||||
|
@ -34,7 +34,7 @@ def run():
|
||||
' to auto-detect. A common use-case would be to'
|
||||
' override this with \'localhost\', in order to'
|
||||
' run behind a proxy, while leaving'
|
||||
' advertise-host unspecified.')
|
||||
' advertise-host unspecified.'))
|
||||
|
||||
parser.add_argument('--listen-port',
|
||||
default=9999,
|
||||
|
Loading…
x
Reference in New Issue
Block a user