From d99d51a4a41d4cafac84ead6ac793b2b2d5bdec0 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 26 Apr 2020 16:41:37 -0300 Subject: [PATCH] Grammar --- GUI,-CLI-and-Formats-explained.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 93bb45b..9f640ba 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -290,7 +290,7 @@ DiscordChatExporter.exe channels -t "mfa.Ifrn" -g 21814 > C:\path\to\output.txt > Options with an asterisk (**\***) are required. The order of the options doesn't matter.
This command outputs the list of Direct Messages.
-To save the output to a file, run the command with `> C:\path\…` like the example below. If the file already exists, it will be overwritten. +To save the output to a file, run the command with `> C:\path\…` like the in example below. If the file already exists, it will be overwritten. ```powershell DiscordChatExporter.exe dm -t "mfa.Ifrn" > C:\path\to\output.txt ``` @@ -305,7 +305,7 @@ DiscordChatExporter.exe dm -t "mfa.Ifrn" > C:\path\to\output.txt > Options with an asterisk (**\***) are required. The order of the options doesn't matter.
This command outputs a list of your Server List.
-To save the output to a file, run the command with `> C:\path\…` like the example below. If the file already exists, it will be overwritten. +To save the output to a file, run the command with `> C:\path\…` like the in example below. If the file already exists, it will be overwritten. ```powershell DiscordChatExporter.exe guilds -t "mfa.Ifrn" > C:\path\to\output.txt ```