We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197fd88 commit 33e1c71Copy full SHA for 33e1c71
lib/aptible/cli/helpers/vhost/option_set_builder.rb
@@ -58,8 +58,8 @@ def declare_options(thor)
58
option(
59
:load_balancing_algorithm_type,
60
type: :string,
61
- desc: 'The load balancing algorithm for this Endpoint.' \
62
- 'valid options are round_robin, ' \
+ desc: 'The load balancing algorithm for this Endpoint. ' \
+ 'Valid options are round_robin, ' \
63
'least_outstanding_requests, and ' \
64
'weighted_random'
65
)
0 commit comments