add missing parens

This commit is contained in:
Russell Haering 2014-01-14 08:46:25 -08:00
parent 475a8d89c5
commit 3fe0823319
2 changed files with 2 additions and 2 deletions
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,