From 64bf56e352eeec612726f04fb8c555906d4d49dd Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Fri, 30 Apr 2021 11:38:05 +0200 Subject: [PATCH] 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 ( ... | --default | --installed | --all)', 'Download documentations' + desc 'download ( ... | --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 ...', 'Package documentations' + desc 'package ...', 'Create documentation packages' def package(*names) require 'unix_utils' docs = find_docs(names)