X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=752bbb1d36e8fd01ef14c06210a7a628d4496c53;hb=8203228392fc2f15f568dbdfdace2d70baad681c;hp=e3b2eb3fcbed9143b4bab08cc0b060c867c08550;hpb=b9c0e290993085518e2bae5fae90cff7e9f91974;p=freeside.git diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index e3b2eb3fc..752bbb1d3 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -540,9 +540,9 @@ tie my %bind_options, 'Tie::IxHash', tie my %bind_slave_options, 'Tie::IxHash', #'machine' => { label=> 'Slave machine' }, - 'master' => { label=> 'Master IP address' }, - 'named_conf' => { label => 'named.conf location', - default=> '/etc/bind/named.conf' }, + 'master' => { label=> 'Master IP address(s) (semicolon-separated)' }, + 'named_conf' => { label => 'named.conf location', + default => '/etc/bind/named.conf' }, ;