Skip to content

Commit

Permalink
Merge pull request #246 from Mytho/typo-in-argument-help
Browse files Browse the repository at this point in the history
fixed typo in argument help text
  • Loading branch information
davidszotten committed Apr 23, 2015
2 parents 9a3ba6b + 4880eab commit 62157c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nameko/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def init_parser(parser):
help='RabbitMQ broker url')
parser.add_argument(
'--backdoor-port', type=int,
help='Specity a port number to host a backdoor, which can be connected'
help='Specify a port number to host a backdoor, which can be connected'
' to for an interactive interpreter within the running service'
' process using `nameko backdoor`.'
)
Expand Down

0 comments on commit 62157c8

Please sign in to comment.