summaryrefslogtreecommitdiff
path: root/script/intentioncloud_fastcgi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/intentioncloud_fastcgi.pl')
-rwxr-xr-xscript/intentioncloud_fastcgi.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/script/intentioncloud_fastcgi.pl b/script/intentioncloud_fastcgi.pl
index 41d4c9e..002381d 100755
--- a/script/intentioncloud_fastcgi.pl
+++ b/script/intentioncloud_fastcgi.pl
@@ -12,7 +12,7 @@ use intentioncloud;
my $help = 0;
my ( $listen, $nproc, $pidfile, $manager, $detach, $keep_stderr );
-
+
GetOptions(
'help|?' => \$help,
'listen|l=s' => \$listen,
@@ -25,10 +25,10 @@ GetOptions(
pod2usage(1) if $help;
-intentioncloud->run(
- $listen,
+intentioncloud->run(
+ $listen,
{ nproc => $nproc,
- pidfile => $pidfile,
+ pidfile => $pidfile,
manager => $manager,
detach => $detach,
keep_stderr => $keep_stderr,
@@ -44,7 +44,7 @@ intentioncloud_fastcgi.pl - Catalyst FastCGI
=head1 SYNOPSIS
intentioncloud_fastcgi.pl [options]
-
+
Options:
-? -help display this help and exits
-l -listen Socket path to listen on