[devdocsgjs/main: 1635/1867] Consistent descriptions




commit 64bf56e352eeec612726f04fb8c555906d4d49dd
Author: Richard Michael <rmichael edgeofthenet org>
Date:   Fri Apr 30 11:38:05 2021 +0200

    Consistent descriptions

 lib/tasks/docs.thor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor
index 7ac6f1df..d63ea170 100644
--- a/lib/tasks/docs.thor
+++ b/lib/tasks/docs.thor
@@ -118,7 +118,7 @@ class DocsCLI < Thor
     puts 'Done'
   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 :installed, type: :boolean
   option :all, type: :boolean
@@ -141,7 +141,7 @@ class DocsCLI < Thor
     handle_doc_not_found_error(error)
   end
 
-  desc 'package <doc> <doc@version>...', 'Package documentations'
+  desc 'package <doc> <doc@version>...', 'Create documentation packages'
   def package(*names)
     require 'unix_utils'
     docs = find_docs(names)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]