mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
feat(cli): add -reset-feed-next-check-at
argument
This commit is contained in:
parent
28d0185e79
commit
d139d8a6ce
3 changed files with 55 additions and 32 deletions
10
miniflux.1
10
miniflux.1
|
@ -5,8 +5,9 @@
|
|||
miniflux \- Minimalist and opinionated feed reader
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBminiflux\fR [-vic] [-config-dump] [-config-file] [-create-admin] [-debug] [-flush-sessions]
|
||||
[-healthcheck] [-info] [-migrate] [-refresh-feeds] [-reset-feed-errors] [-reset-password]
|
||||
\fBminiflux\fR [-vic] [-config-dump] [-config-file] [-create-admin] [-debug]
|
||||
[-flush-sessions] [-healthcheck] [-info] [-migrate] [-refresh-feeds]
|
||||
[-reset-feed-errors] [-reset-feed-next-check-at] [-reset-password]
|
||||
[-run-cleanup-tasks] [-version]
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
@ -83,6 +84,11 @@ Refresh a batch of feeds and exit\&.
|
|||
Clear all feed errors for all users\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-reset-feed-next-check-at
|
||||
.RS 4
|
||||
Reset the next check time for all feeds\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-reset-password
|
||||
.RS 4
|
||||
Reset user password\&.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue