diff options
Diffstat (limited to 'cli/README.md')
| -rw-r--r-- | cli/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md index 47f28a7f7..b3ca09cb0 100644 --- a/cli/README.md +++ b/cli/README.md @@ -95,6 +95,8 @@ cd /usr/share/FreshRSS # -h, --human-readable display output in a human readable format # --header outputs some columns headers. # --json JSON format (disables --header and --human-readable but uses ISO Zulu format for dates). +# --no-db-size for faster responses by disabling database size calculation. +# --no-db-counts for faster responses by disabling counting the different types of articles in database. # --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, |
