Fix typo in server CLI.

This commit is contained in:
Brad Gessler 2015-08-28 13:08:56 -07:00
parent 23cf612dd9
commit 8bdeab50ee

View file

@ -16,7 +16,7 @@ module Middleman::Cli
desc: 'The port Middleman will listen on'
method_option :server_name,
aliases: '-s',
desc: 'The server name name Middleman will use'
desc: 'The server name Middleman will use'
method_option :bind_address,
aliases: '-b',
desc: 'The bind address Middleman will listen on'