Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/aptible/cli/helpers/vhost/option_set_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def declare_options(thor)
option(
:load_balancing_algorithm_type,
type: :string,
desc: 'The load balancing algorithm for this Endpoint.' \
'valid options are round_robin, ' \
desc: 'The load balancing algorithm for this Endpoint. ' \
'Valid options are round_robin, ' \
'least_outstanding_requests, and ' \
'weighted_random'
)
Expand Down