Updated the usage output to display the correct binary name.
--- a/apache2.1.pl
+++ b/apache2.1.pl
@@ -10,7 +10,7 @@ This perl script will enumerate the user
 
 =head1 USAGE
 
-Usage:  ./apache2.pl [-h host] [-p port] [-l dictionary] [-e response code] [-s ssl on/off] [-t threads]
+Usage:  apache-users [-h host] [-p port] [-l dictionary] [-e response code] [-s ssl on/off] [-t threads]
 
 =head1 AUTHOR
 
@@ -66,7 +66,7 @@ use LWP;
 if (!(exists $opts{h})||!(exists $opts{p})||!(exists $opts{l})||!(exists $opts{e})){ &usage;}
 
 sub usage{
-print "\nUSAGE: apache.pl [-h 1.2.3.4] [-l names] [-p 80] [-s (SSL Support 1=true 0=false)] [-e 403 (http code)] [-t threads]\n\n ";
+print "\nUSAGE: apache-users [-h 1.2.3.4] [-l names] [-p 80] [-s (SSL Support 1=true 0=false)] [-e 403 (http code)] [-t threads]\n\n ";
 exit 1;	
 };
 
