diff options
Diffstat (limited to 'FS/bin/freeside-paymentech-upload')
-rwxr-xr-x | FS/bin/freeside-paymentech-upload | 10 |
1 files changed, 4 insertions, 6 deletions
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 |