diff --git a/lib/aptible/cli/helpers/vhost/option_set_builder.rb b/lib/aptible/cli/helpers/vhost/option_set_builder.rb index 339b310e..06c4de46 100644 --- a/lib/aptible/cli/helpers/vhost/option_set_builder.rb +++ b/lib/aptible/cli/helpers/vhost/option_set_builder.rb @@ -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' )