Skip to content

Commit

Permalink
consistent descriptions for PID file values
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 8, 2015
1 parent 918c13f commit be9ddc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -413,7 +413,8 @@ L<Mojo::IOLoop/"multi_accept">.
my $file = $prefork->pid_file;
$prefork = $prefork->pid_file('/tmp/prefork.pid');
Full path of process id file, defaults to a random temporary path.
Full path of process id file, defaults to C<prefork.pid> in a temporary
directory.
=head2 workers
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Command/prefork.pm
Expand Up @@ -65,8 +65,8 @@ Mojolicious::Command::prefork - Prefork command
MOJO_LISTEN or "http://*:3000"
-M, --multi-accept <number> Number of connections to accept at
once, defaults to 50
-P, --pid-file <path> Path to process id file, defaults to a
random file
-P, --pid-file <path> Path to process id file, defaults to
"prefork.pid" in a temporary diretory
-p, --proxy Activate reverse proxy support,
defaults to the value of
MOJO_REVERSE_PROXY
Expand Down

0 comments on commit be9ddc6

Please sign in to comment.