Skip to content

Commit

Permalink
Add missing option in help
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Jan 24, 2014
1 parent cde10f0 commit d0db64d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ManiaLive/Application/CommandLineInterpreter.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ static function preConfigLoad()
));

$help = 'ManiaLive '."\n"
.'Authors : '."\n"
.' Philippe "farfa" Melot, Maxime "Gouxim" Raoust, Florian "aseco" Schnell, Gwendal "Newbo.O" Martin'.PHP_EOL
.'Usage: php bootstrapper.php [args]'.PHP_EOL
.'Arguments:'."\n"
.' --help - displays the present help'.PHP_EOL
.' --rpcport=xxx - xxx represents the xmlrpc to use for the connection to the server'.PHP_EOL
.' --address=xxx - xxx represents the address of the server, it should be an IP address or localhost'.PHP_EOL
.' --user=xxx - xxx represents the name of the user to use for the communication. It should be User, Admin or SuperAdmin'.PHP_EOL
.' --password=xxx - xxx represents the password relative to --user Argument'.PHP_EOL
.' --manialive_cfg=xxx - xxx represents the config file for manialive in config/ folder'.PHP_EOL
.' --dedicated_cfg=xxx - xxx represents the name of the Dedicated configuration file to use to get the connection data. This file should be present in the Dedicated\'s config file.'.PHP_EOL
.' --logsPrefix=xxx - xxx reprents the prefix used for this instance log.'.PHP_EOL
.' --debug - activate debug log.'.PHP_EOL;
Expand Down

0 comments on commit d0db64d

Please sign in to comment.