Merge branch 'split-masto-api/leftovers' into 'develop'
[akkoma] / docs / administration / CLI_tasks / digest.md
index 89b3ed237ee07a4d0513849c3ccfaf2025490477..5477020318bafb9987e489ba171d4931abf0cf4b 100644 (file)
@@ -1,14 +1,12 @@
 # Managing digest emails
 Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl digest` and in case of source installs it's `mix pleroma.digest`.
 
-## `test`
+## Send digest email since given date (user registration date by default) ignoring user activity status.
 
 ```sh
-$PREFIX test <nickname> <since_date>
+$PREFIX test <nickname> [<since_date>]
 ```
 
-Send digest email since given date (user registration date by default) ignoring user activity status.
-
 Example: 
 ```sh
 $PREFIX test donaldtheduck 2019-05-20