mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add command line argument to export user feeds
This commit is contained in:
parent
39d752ca85
commit
f98fc1e03a
5 changed files with 50 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
.\" Manpage for miniflux.
|
||||
.TH "MINIFLUX" "1" "September 24, 2023" "\ \&" "\ \&"
|
||||
.TH "MINIFLUX" "1" "September 27, 2023" "\ \&" "\ \&"
|
||||
|
||||
.SH NAME
|
||||
miniflux \- Minimalist and opinionated feed reader
|
||||
|
@ -39,6 +39,13 @@ Create admin user\&.
|
|||
Set log level to debug\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-export-user-feeds <username>
|
||||
.RS 4
|
||||
Export user feeds (provide the username as argument)\&.
|
||||
.br
|
||||
Example: "miniflux -export-user-feeds someone > feeds.xml"\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-flush-sessions
|
||||
.RS 4
|
||||
Flush all sessions (disconnect users)\&.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue