diff --git a/.docs/Using-the-CLI.md b/.docs/Using-the-CLI.md index 27edd06c..e127a3e5 100644 --- a/.docs/Using-the-CLI.md +++ b/.docs/Using-the-CLI.md @@ -128,6 +128,7 @@ Here is the full list of supported template tokens: - `%P` - category position - `%a` - the "after" date - `%b` - the "before" date +- `%d` - the current date - `%%` - escapes `%` #### Partitioning @@ -279,4 +280,4 @@ To list all servers accessible by the current account, use the `guilds` command: ```console ./DiscordChatExporter.Cli guilds -t "mfa.Ifrn" > C:\path\to\output.txt -``` \ No newline at end of file +```