ソースを参照

Consistent descriptions

Richard Michael 4 年 前
コミット
64bf56e352
1 ファイル変更2 行追加2 行削除
  1. 2 2
      lib/tasks/docs.thor

+ 2 - 2
lib/tasks/docs.thor

@@ -118,7 +118,7 @@ class DocsCLI < Thor
     puts 'Done'
     puts 'Done'
   end
   end
 
 
-  desc 'download (<doc> <doc@version>... | --default | --installed | --all)', 'Download documentations'
+  desc 'download (<doc> <doc@version>... | --default | --installed | --all)', 'Download documentation packages'
   option :default, type: :boolean
   option :default, type: :boolean
   option :installed, type: :boolean
   option :installed, type: :boolean
   option :all, type: :boolean
   option :all, type: :boolean
@@ -141,7 +141,7 @@ class DocsCLI < Thor
     handle_doc_not_found_error(error)
     handle_doc_not_found_error(error)
   end
   end
 
 
-  desc 'package <doc> <doc@version>...', 'Package documentations'
+  desc 'package <doc> <doc@version>...', 'Create documentation packages'
   def package(*names)
   def package(*names)
     require 'unix_utils'
     require 'unix_utils'
     docs = find_docs(names)
     docs = find_docs(names)