lib/chef/knife/ionoscloud_ipblock_create.rb in knife-ionoscloud-5.0.0 vs lib/chef/knife/ionoscloud_ipblock_create.rb in knife-ionoscloud-5.1.0
- old
+ new
@@ -27,10 +27,10 @@
def initialize(args = [])
super(args)
@description =
'Reserves an IP block at a specified location that can be used by resources '\
'within any VDCs provisioned in that same location. An IP block consists of '\
- 'one or more static IP addresses. The IP block size (number of IP addresses) '\
+ 'one or more static IP addresses. The IP block size \(number of IP addresses\) '\
'and location are required to reserve an IP block.'
@required_options = [:size, :location, :ionoscloud_username, :ionoscloud_password]
end
def run