From 40f54d9a98108f0064c286276e7e9cbf394cefcb Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 14 Sep 2019 18:35:42 +0300 Subject: [PATCH] Update nuget packages --- DiscordChatExporter.Cli/Commands/GetChannelsCommand.cs | 2 +- DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- .../DiscordChatExporter.Core.Services.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DiscordChatExporter.Cli/Commands/GetChannelsCommand.cs b/DiscordChatExporter.Cli/Commands/GetChannelsCommand.cs index d3d8826..9987ae5 100644 --- a/DiscordChatExporter.Cli/Commands/GetChannelsCommand.cs +++ b/DiscordChatExporter.Cli/Commands/GetChannelsCommand.cs @@ -7,7 +7,7 @@ using DiscordChatExporter.Core.Services; namespace DiscordChatExporter.Cli.Commands { - [Command("channels", Description = "Get the list of channels in the given guild.")] + [Command("channels", Description = "Get the list of channels in specified guild.")] public class GetChannelsCommand : TokenCommandBase { [CommandOption("guild", 'g', IsRequired = true, Description = "Guild ID.")] diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 86fb3e7..f237af5 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -12,7 +12,7 @@ - + diff --git a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj index 958b07b..4322c8e 100644 --- a/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj +++ b/DiscordChatExporter.Core.Services/DiscordChatExporter.Core.Services.csproj @@ -8,7 +8,7 @@ - +