diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php
index 1380d03ad..ac0f5fb9c 100644
--- a/app/wechat/command/Fans.php
+++ b/app/wechat/command/Fans.php
@@ -39,7 +39,7 @@ class Fans extends Command
      */
     protected function configure()
     {
-        $this->setName('xadmin:fansall')->setDescription('Synchronize all wechat user data');
+        $this->setName('xadmin:fansall')->setDescription('Wechat Users Data Synchronize for ThinkAdmin');
     }
 
     /**
diff --git a/vendor/services.php b/vendor/services.php
index 5d09c2113..f1fc7f5ed 100644
--- a/vendor/services.php
+++ b/vendor/services.php
@@ -1,5 +1,5 @@
 <?php 
-// This file is automatically generated at:2020-05-11 17:27:15
+// This file is automatically generated at:2020-05-11 18:18:49
 declare (strict_types = 1);
 return array (
   0 => 'think\\app\\Service',
diff --git a/vendor/zoujingli/think-library/src/command/Database.php b/vendor/zoujingli/think-library/src/command/Database.php
index 3e7721add..9ad4fb639 100644
--- a/vendor/zoujingli/think-library/src/command/Database.php
+++ b/vendor/zoujingli/think-library/src/command/Database.php
@@ -31,7 +31,7 @@ class Database extends Command
     {
         $this->setName('xadmin:database');
         $this->addArgument('action', Argument::OPTIONAL, 'repair|optimize', 'optimize');
-        $this->setDescription('Optimize and Repair Database for ThinkAdmin');
+        $this->setDescription('Database Optimize and Repair for ThinkAdmin');
     }
 
     /**
diff --git a/vendor/zoujingli/think-library/src/command/Install.php b/vendor/zoujingli/think-library/src/command/Install.php
index 136360cc0..dd6f56c17 100644
--- a/vendor/zoujingli/think-library/src/command/Install.php
+++ b/vendor/zoujingli/think-library/src/command/Install.php
@@ -88,8 +88,8 @@ class Install extends Command
     protected function configure()
     {
         $this->setName('xadmin:install');
-        $this->setDescription("Install and Update file for ThinkAdmin");
         $this->addArgument('name', Argument::OPTIONAL, 'ModuleName', '');
+        $this->setDescription("Source code Install and Update for ThinkAdmin");
     }
 
     protected function execute(Input $input, Output $output)
diff --git a/vendor/zoujingli/think-library/src/command/Queue.php b/vendor/zoujingli/think-library/src/command/Queue.php
index 2ce808e39..06833ee8d 100644
--- a/vendor/zoujingli/think-library/src/command/Queue.php
+++ b/vendor/zoujingli/think-library/src/command/Queue.php
@@ -53,7 +53,7 @@ class Queue extends Command
         $this->addArgument('code', Argument::OPTIONAL, 'Taskcode');
         $this->addArgument('spts', Argument::OPTIONAL, 'Separator');
         $this->addOption('daemon', 'd', Option::VALUE_NONE, 'Run the queue listen in daemon mode');
-        $this->setDescription('Asynchronous Command Queue for ThinkAdmin');
+        $this->setDescription('Asynchronous Command Queue Task for ThinkAdmin');
     }
 
     /**
diff --git a/vendor/zoujingli/think-library/src/command/Version.php b/vendor/zoujingli/think-library/src/command/Version.php
index 0dc24fa78..f7f36bc9d 100644
--- a/vendor/zoujingli/think-library/src/command/Version.php
+++ b/vendor/zoujingli/think-library/src/command/Version.php
@@ -29,7 +29,7 @@ class Version extends Command
     protected function configure()
     {
         $this->setName('xadmin:version');
-        $this->setDescription("Application and Framework Version for ThinkAdmin");
+        $this->setDescription("ThinkLibrary and ThinkPHP Version for ThinkAdmin");
     }
 
     /**