From fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 Mon Sep 17 00:00:00 2001 From: Jackson Culbreth <88844902+culbrethj@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:34:56 -0500 Subject: 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 Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli') 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. -- cgit v1.2.3