X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=072074b96e7102fb4b2f4da4c08bc53e00ae1fbe;hp=23f948f6ae35a381963ccb2e4345d7eb7500cbda;hb=7308f9eeb141bab0f550cce772a42f18a5cc7319;hpb=00613fa78edb718fdc96640fe08d806079a81ad2 diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 23f948f6a..072074b96 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -675,7 +675,7 @@ tie my %sqlmail_options, 'Tie::IxHash', 'desc' => 'Real-time export via remote SSH (i.e. useradd, userdel, etc.)', 'options' => \%shellcommands_options, 'nodomain' => 'Y', - 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.', + 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.

Use these buttons for some useful presets:', }, 'shellcommands_withdomain' => { @@ -765,7 +765,7 @@ tie my %sqlmail_options, 'Tie::IxHash', 'www_shellcommands' => { 'desc' => 'www_shellcommands', 'options' => {}, # \%www_shellcommands_options, - 'notes' => 'svc_www commands', + 'notes' => 'unfinished...', }, },