summaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 14:23:41 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 14:23:41 +0100
commitf3d5cbd7da78b9dff18104c539b140128ec98af2 (patch)
tree497dce30238cbc99347abcfe0c53cce6b50d3df4 /cli/README.md
parent4a4758e5d6d42d37f447b5af35a47703389ec159 (diff)
Underscore missing in documentation
https://github.com/FreshRSS/FreshRSS/pull/1363
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md
index 25b12234c..e4d3409a2 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -36,7 +36,7 @@ cd /usr/share/FreshRSS
# --auth_type can be: 'form' (default), 'http_auth' (using the Web server access control), 'none' (dangerous)
# --db-type can be: 'sqlite' (default), 'mysql' (MySQL or MariaDB), 'pgsql' (PostgreSQL)
# --environment can be: 'production' (default), 'development' (for additional log messages)
-# --db-prefix is an optional prefix in front of the names of the tables
+# --db-prefix is an optional prefix in front of the names of the tables. We suggest using 'freshrss_'
# This command does not create the default user. Do that with ./cli/create-user.php
./cli/create-user.php --user username ( --password 'password' --api-password 'api_password' --language en --email user@example.net --token 'longRandomString' --no-default-feeds )