Explorar o código

:memo: export term

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
cbac5e29f1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/Console/Commands/ExportOffline.php

+ 2 - 2
app/Console/Commands/ExportOffline.php

@@ -62,11 +62,11 @@ class ExportOffline extends Command
         $this->call('export:create.db');
 
         //term
-        $this->info('term');
+        $this->info('export term');
         $this->call('export:term');
 
         //导出channel
-        $this->info('channel');
+        $this->info('export channel');
         $this->call('export:channel');
 
         if(!$this->option('shortcut')){