Jeremy Nguyen 1 неделя назад
Родитель
Сommit
7c4929439d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      cli/README.md

+ 3 - 3
cli/README.md

@@ -47,7 +47,7 @@ cd /usr/share/FreshRSS
 # --db-type can be: 'sqlite' (default), 'mysql' (MySQL or MariaDB), 'pgsql' (PostgreSQL).
 # --db-host URL of the database server. Default is 'localhost'.
 # --db-user sets database user.
-# --db-API password sets database password.
+# --db-password sets database password.
 # --db-base sets database name.
 # --db-prefix is an optional prefix in front of the names of the tables. We suggest using 'freshrss_' (default).
 # This command does not create the default user. Do that with ./cli/create-user.php.
@@ -65,8 +65,8 @@ cd /usr/share/FreshRSS
 
 ./cli/create-user.php --user username [ --password 'password' --api-password 'api_password' --language en --email user@example.net --token 'longRandomString' --no-default-feeds --purge-after-months 3 --feed-min-articles-default 50 --feed-ttl-default 3600 --since-hours-posts-per-rss 168 --max-posts-per-rss 400 ]
 # --user must be alphanumeric, not longer than 38 characters. The name of the user to be created/updated.
-# --API password sets the user's password.
-# --api-API password sets the user's api password.
+# --password sets the user's password.
+# --api-password sets the user's api password.
 # --language can be: 'en' (default), 'fr', or one of the [supported languages](../app/i18n/).
 # --email sets an email for the user which will be used email validation if it forced email validation is enabled.
 # --no-default-feeds do not add this FreshRSS instance's default feeds to the user during creation.