From 80328d3bcb52ffdcccff678b2e0b4ecac27028f3 Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 11 Apr 2019 21:25:31 -0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 399b1c3..3c567a0 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -25,7 +25,7 @@ More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet ### Option '-b' parse error: could not parse '\' to 'System.Boolean' `-b` does not require a value, it just tells that the token is a bot token. The correct usage is: -`DiscordChatExporter.Cli.exe -t -b -c ` +`DiscordChatExporter.Cli.exe export -t -b -c ` ### Unhandled Exception @@ -65,4 +65,4 @@ Adding `PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin/:/usr/local *** -If the solution to your problem isn't here and it's not a [Known Issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue+is%3Aopen+label%3Abug), please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). +If the solution to your problem isn't here and it's not a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue), please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).