Fix typo in server CLI.
This commit is contained in:
parent
23cf612dd9
commit
8bdeab50ee
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Middleman::Cli
|
||||||
desc: 'The port Middleman will listen on'
|
desc: 'The port Middleman will listen on'
|
||||||
method_option :server_name,
|
method_option :server_name,
|
||||||
aliases: '-s',
|
aliases: '-s',
|
||||||
desc: 'The server name name Middleman will use'
|
desc: 'The server name Middleman will use'
|
||||||
method_option :bind_address,
|
method_option :bind_address,
|
||||||
aliases: '-b',
|
aliases: '-b',
|
||||||
desc: 'The bind address Middleman will listen on'
|
desc: 'The bind address Middleman will listen on'
|
||||||
|
|
Loading…
Reference in a new issue