Fix typo in server CLI.

v3-stable
Brad Gessler 2015-08-28 13:08:56 -07:00
parent 23cf612dd9
commit 8bdeab50ee
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'