Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ProcessMaker/Console/Commands/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Install extends Command
{--data-username= : The data database username}
{--data-password= : The data database password}
{--data-schema= : The data database schema (if pgsql)}
{--redis-client=predis : The Redis client (predis or phpredis)}
{--redis-client=phpredis : The Redis client (predis or phpredis)}
{--redis-host= : The Redis host, default is 127.0.0.1}
{--redis-prefix= : The prefix to be appended to Redis entries}
{--horizon-prefix=horizon: : The prefix to be appended to Horizon queue entries}
Expand Down
Loading