Merge pull request #1588 from bradgessler/patch-1

Fix typo in server CLI.
v3-stable
Thomas Reynolds 2015-08-28 15:29:13 -07:00
commit 60d88139af
1 changed files with 1 additions and 1 deletions

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'