diff --git a/src/main/kotlin/de/fabianonline/telegram_backup/CommandLineController.kt b/src/main/kotlin/de/fabianonline/telegram_backup/CommandLineController.kt index ee4d846..baa2207 100644 --- a/src/main/kotlin/de/fabianonline/telegram_backup/CommandLineController.kt +++ b/src/main/kotlin/de/fabianonline/telegram_backup/CommandLineController.kt @@ -283,6 +283,7 @@ class CommandLineController { println(" --pagination Splits the HTML export into multiple HTML pages with 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.")