X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=89625420e681eb549d3e585f855166df411592eb;hp=8a7ac8bf9679f8f109756fc88d4e727d56829913;hb=ee1a01a4d001bf993b9cce54e59f119db20e49f0;hpb=e1be5ef574d0aa9fad3fda9828f3853d2444e9f7 diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 8a7ac8bf9..89625420e 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -496,7 +496,7 @@ tie my %shellcommands_options, 'Tie::IxHash', ; tie my %sqlradius_options, 'Tie::IxHash', - 'datasrc' => { label=>'DBI data source' }, + 'datasrc' => { label=>'DBI data source ' }, 'username' => { label=>'Database username' }, 'password' => { label=>'Database password' }, ; @@ -581,7 +581,7 @@ tie my %bind_slave_options, 'Tie::IxHash', 'desc' => 'Real-time export to SQL-backed RADIUS (ICRADIUS, FreeRADIUS)', 'options' => \%sqlradius_options, 'nodomain' => 'Y', - 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS or ICRADIUS. Use freeside-sqlradius-reset to delete and repopulate the tables from the Freeside database.', + 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS or ICRADIUS. Use freeside-sqlradius-reset to delete and repopulate the tables from the Freeside database. See the DBI documentation and the documentation for your DBD for the exact syntax of a DBI data source.', }, 'cyrus' => {