mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Commit 0e2eeab
accidentally removed the line in --help
mentioning --daemon
. Fixed that.
This commit is contained in:
parent
7b49153c93
commit
74dbc9d412
@ -283,6 +283,7 @@ class CommandLineController {
|
|||||||
println(" --pagination <x> Splits the HTML export into multiple HTML pages with <x> messages per page. Default is 5000.")
|
println(" --pagination <x> Splits the HTML export into multiple HTML pages with <x> messages per page. Default is 5000.")
|
||||||
println(" --no-pagination Disables pagination.")
|
println(" --no-pagination Disables pagination.")
|
||||||
println(" --license Displays the license of this program.")
|
println(" --license Displays the license of this program.")
|
||||||
|
println(" -d, --daemon Keep running after the backup and automatically save new messages.")
|
||||||
println(" --anonymize (Try to) Remove all sensitive information from output. Useful for requesting support.")
|
println(" --anonymize (Try to) Remove all sensitive information from output. Useful for requesting support.")
|
||||||
println(" --stats Print some usage statistics.")
|
println(" --stats Print some usage statistics.")
|
||||||
println(" --with-channels Backup channels as well.")
|
println(" --with-channels Backup channels as well.")
|
||||||
|
Loading…
Reference in New Issue
Block a user