1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2024-11-22 08:46:15 +00:00

Commit 0e2eeab accidentally removed the line in --help mentioning --daemon. Fixed that.

This commit is contained in:
Fabian Schlenz 2018-03-06 06:30:50 +01:00
parent 7b49153c93
commit 74dbc9d412

View File

@ -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(" --no-pagination Disables pagination.")
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(" --stats Print some usage statistics.")
println(" --with-channels Backup channels as well.")