From a37b4eb38f45d08334f209ce24ab8759a56b7db1 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 14 Jun 2020 22:46:02 -0300 Subject: [PATCH] Formatting and grammar --- GUI,-CLI-and-Formats-explained.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 9f640ba..7c2d245 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -57,16 +57,16 @@ Special thanks to [TroubleChute](https://www.youtube.com/channel/UCkih2oVTbXPEpV **4.** In this screen you can customize the following: * **Export format** - HTML (Dark), HTML (Light), TXT, CSV and JSON -* **Date range (from/to)** - (Optional) Only exports messages sent in the provided date range. Only one value (from/to) is required if you want to use this option. +* **Date range (from/to)** (Optional) - Only exports messages sent in the provided date range. Only one value (from/to) is required if you want to use this option. > Please notice that the time defaults to **12:00 AM**. This means that if you choose to export between Sep 17th and Sep 18th, messages from the 18th won't be exported. -* **Partitioning** - (Optional) Splits files after a given number of messages. For example, a channel with 36 messages set to be partitioned every 10 messages will output 4 files. +* **Partitioning** (Optional) - Splits files after a given number of messages. For example, a channel with 36 messages set to be partitioned every 10 messages will output 4 files. **5.** Click `EXPORT` to export. **Date formats**
-You can customize how dates are formatted in the exported files at the settings menu (![](https://i.imgur.com/0K3tt1M.png)).
+You can customize how dates are formatted in the exported files in the settings menu (![](https://i.imgur.com/0K3tt1M.png)).
* The default one is `17-Sep-19 11:34 PM` - `dd-MMM-yy hh:mm tt`
* To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`
@@ -221,7 +221,7 @@ Use `--after` to export messages sent after the provided date. E.g. messages sen DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-17 23:34" ``` **Messages sent in a date range**
-Use `--before` and `--after` to export messages sent at the provided date range. E.g. messages sent between September 17th 2019 11:34 PM and September 18th: +Use `--before` and `--after` to export messages sent during the provided date range. E.g. messages sent between September 17th 2019 11:34 PM and September 18th: ```powershell DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-17 23:34" --before "2019-09-18" ```