Update nuget packages

This commit is contained in:
Alexey Golub
2019-09-14 18:35:42 +03:00
parent f2faf823b9
commit 40f54d9a98
3 changed files with 3 additions and 3 deletions

View File

@@ -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.")]