diff options
Diffstat (limited to 'FS')
| -rwxr-xr-x | FS/bin/freeside-paymentech-download | 6 | ||||
| -rwxr-xr-x | FS/bin/freeside-paymentech-upload | 10 | 
2 files changed, 6 insertions, 10 deletions
| diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download index 214b7f8e7..8fb4bccb8 100755 --- a/FS/bin/freeside-paymentech-download +++ b/FS/bin/freeside-paymentech-download @@ -17,7 +17,7 @@ getopts('vta:');  #$Net::SFTP::Foreign::debug = -1;  sub usage { "    Usage: -      paymentech-download [ -v ] [ -t ] [ -a archivedir ] user\n +      freeside-paymentech-download [ -v ] [ -t ] [ -a archivedir ] user\n  " }  my $user = shift or die &usage; @@ -100,9 +100,7 @@ print STDERR "Finished!\n" if $opt_v;  =head1 NAME -paymentech-download - -paymentech-download - Retrieve payment batch responses from Chase Paymentech. +freeside-paymentech-download - Retrieve payment batch responses from Chase Paymentech.  =head1 SYNOPSIS diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload index e0ec4bdac..08a59c5dc 100755 --- a/FS/bin/freeside-paymentech-upload +++ b/FS/bin/freeside-paymentech-upload @@ -18,8 +18,8 @@ getopts('avt');  sub usage { "    Usage: -    paymentech-upload [ -v ] [ -t ] user batchnum -    paymentech-upload -a [ -v ] [ -t ] user\n +    freeside-paymentech-upload [ -v ] [ -t ] user batchnum +    freeside-paymentech-upload -a [ -v ] [ -t ] user\n  " }  my $user = shift or die &usage; @@ -87,13 +87,11 @@ print STDERR "Finished!\n" if $opt_v;  =head1 NAME -paymentech-upload - -paymentech-upload - Transmit a payment batch to Chase Paymentech via SFTP. +freeside-paymentech-upload - Transmit a payment batch to Chase Paymentech via SFTP.  =head1 SYNOPSIS -  paymentech-upload [ -a ] [ -v ] [ -t ] user batchnum +  freeside-paymentech-upload [ -a ] [ -v ] [ -t ] user batchnum  =head1 DESCRIPTION | 
