summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Jackson Culbreth <88844902+culbrethj@users.noreply.github.com> 2025-03-07 17:34:56 -0500
committerGravatar GitHub <noreply@github.com> 2025-03-07 23:34:56 +0100
commitfdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 (patch)
treea700d90f91b911b26f0b2de946b14f4693dc67a4 /cli
parent3ec0bdab3840feb7140d70d0eb8d60065337e33a (diff)
Added api password indicator text (#7340)
* Added api password indicator text * make fix-all * i18n * i18n: it Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/README.md b/cli/README.md
index 22db88957..155c8938b 100644
--- a/cli/README.md
+++ b/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-password sets database password.
+# --db-API 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.
-# --password sets the user's password.
-# --api-password sets the user's api password.
+# --API password sets the user's password.
+# --api-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.