aboutsummaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-03-03 23:01:33 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-03-03 23:01:33 +0100
commitada94465e62d5809303afffc636fdae87aff2738 (patch)
treef722a8116d21f3bdbdd969bcd9a8dae61536fd4c /cli/README.md
parentc544f510d26377684aefe8a27b484ee22bbd4f69 (diff)
CLI: More infos in user-info
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-283927614
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md
index cbab699dc..5434d1964 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -63,7 +63,8 @@ cd /usr/share/FreshRSS
./cli/user-info.php -h --user username
# -h is to use a human-readable format
# --user can be a username, or '*' to loop on all users
-# Returns a * if the user is admin, the name of the user, the date/time of last action, and the size occupied
+# Returns a * if the user is admin, the name of the user, the date/time of last action, the size occupied,
+# and the number of: feeds, read articles, unread articles, and favourites
```