diff options
| author | 2016-10-25 22:35:45 +0200 | |
|---|---|---|
| committer | 2016-10-25 22:35:45 +0200 | |
| commit | a7301a43faeb391138478cb462493c3e025296ea (patch) | |
| tree | 471f18769cfe97a825150a3e75cf16ad7d85176a /cli/do-install.php | |
| parent | b487eba5997e40427fecb1f7982918be13a7fc2b (diff) | |
A bit more readme
Diffstat (limited to 'cli/do-install.php')
| -rwxr-xr-x | cli/do-install.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/do-install.php b/cli/do-install.php index 5eeedc626..667191680 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -6,7 +6,6 @@ require(LIB_PATH . '/lib_install.php'); $params = array( 'environment:', 'base_url:', - 'language:', 'title:', 'default_user:', 'allow_anonymous', @@ -30,7 +29,7 @@ $options = getopt('', array_merge($params, $dBparams)); if (empty($options['default_user']) || empty($options['auth_type'])) { fail('Usage: ' . basename(__FILE__) . " --default_user admin --auth_type form" . " ( --environment production --base_url https://rss.example.net/" . - " --language en --title FreshRSS --allow_anonymous --api_enabled" . + " --title FreshRSS --allow_anonymous --api_enabled" . " --db-type mysql --db-host localhost:3306 --db-user freshrss --db-password dbPassword123" . " --db-base freshrss --db-prefix freshrss )"); } |
