diff options
| author | 2020-05-11 17:45:08 +0200 | |
|---|---|---|
| committer | 2020-05-11 17:45:08 +0200 | |
| commit | 2bbc579d726af1c2a68524933117c65aa4d7ea91 (patch) | |
| tree | 1178b0f84ba14bb63406ff8b9d2d7d076305a24d /cli/README.md | |
| parent | 1a0901bbd00f94c92ed798399a52ea777525dd1b (diff) | |
Add lang and mail in CLI user-info (#2958)
* Add lang and mail in CLI user-info
Anf update documentation after
https://github.com/FreshRSS/FreshRSS/pull/2296
* iff and language
Diffstat (limited to 'cli/README.md')
| -rw-r--r-- | cli/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/cli/README.md b/cli/README.md index 1e9e72d4d..a4d70b779 100644 --- a/cli/README.md +++ b/cli/README.md @@ -61,12 +61,14 @@ cd /usr/share/FreshRSS ./cli/list-users.php # Return a list of users, with the default/admin user first -./cli/user-info.php -h --user username +./cli/user-info.php -h --header --user username1 --user username2 ... # -h is to use a human-readable format -# --user can be a username, or '*' to loop on all users -# Returns: 1) a * iff the user is admin, 2) the name of the user, +# --header outputs some columns headers +# --user indicates a username, and can be repeated +# Returns: 1) a * if the user is admin, 2) the name of the user, # 3) the date/time of last user action, 4) the size occupied, -# and the number of: 5) categories, 6) feeds, 7) read articles, 8) unread articles, 9) favourites, and 10) tags +# and the number of: 5) categories, 6) feeds, 7) read articles, 8) unread articles, 9) favourites, 10) tags, +# 11) language, 12) e-mail ./cli/import-for-user.php --user username --filename /path/to/file.ext # The extension of the file { .json, .opml, .xml, .zip } is used to detect the type of import @@ -88,7 +90,7 @@ cd /usr/share/FreshRSS ### Note about cron -Some commands display informations on standard error, cron will send an email with thoses informations every time the command will be executed (exited zero or non-zero). +Some commands display information on standard error; cron will send an email with this information every time the command will be executed (exited zero or non-zero). To avoid cron sending email on success: |
