From: ivan Date: Sat, 3 May 2003 02:03:51 +0000 (+0000) Subject: typo in usage instructions X-Git-Tag: freeside_1_4_1rc2~2 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3927e49164378f3fe0e190f8c307040879bb0a25;p=freeside.git typo in usage instructions --- diff --git a/bin/apache.export b/bin/apache.export index 399fb0377..908313606 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -60,6 +60,6 @@ close HTTPD_CONF; # ----- sub usage { - die "Usage:\n export.export user\n"; + die "Usage:\n apache.export user\n"; }