update usage & manpage w/ freeside- prefix
authorivan <ivan>
Tue, 3 Nov 2009 19:11:26 +0000 (19:11 +0000)
committerivan <ivan>
Tue, 3 Nov 2009 19:11:26 +0000 (19:11 +0000)
FS/bin/freeside-paymentech-download
FS/bin/freeside-paymentech-upload

index 214b7f8..8fb4bcc 100755 (executable)
@@ -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
 
index e0ec4bd..08a59c5 100755 (executable)
@@ -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