diff --git a/neo-cli/CLI/MainService.Plugins.cs b/neo-cli/CLI/MainService.Plugins.cs
index aee450600..af03d948a 100644
--- a/neo-cli/CLI/MainService.Plugins.cs
+++ b/neo-cli/CLI/MainService.Plugins.cs
@@ -99,7 +99,7 @@ private void OnPluginsCommand()
if (Plugin.Plugins.Count > 0)
{
Console.WriteLine("Loaded plugins:");
- Plugin.Plugins.ForEach(p => Console.WriteLine("\t" + p.Name));
+ Plugin.Plugins.ForEach(p => Console.WriteLine("\t" + p.Name + "\t" + p.Description));
}
else
{
diff --git a/neo-cli/neo-cli.csproj b/neo-cli/neo-cli.csproj
index 9664b3e5a..865990618 100644
--- a/neo-cli/neo-cli.csproj
+++ b/neo-cli/neo-cli.csproj
@@ -28,7 +28,7 @@
-
+