From: Brayd Date: Sat, 13 Aug 2022 13:41:12 +0000 (+0200) Subject: Minimal adjustments to the short description (#18001) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6cb7fa3e7f03929fd1ea7f14244bdac521e4d86d;p=mastodon.git Minimal adjustments to the short description (#18001) Minimal adjustments have been made to the short description so that it logically follows the long description --- diff --git a/lib/mastodon/accounts_cli.rb b/lib/mastodon/accounts_cli.rb index 29c934453..558f4d3c4 100644 --- a/lib/mastodon/accounts_cli.rb +++ b/lib/mastodon/accounts_cli.rb @@ -57,7 +57,7 @@ module Mastodon option :role option :reattach, type: :boolean option :force, type: :boolean - desc 'create USERNAME', 'Create a new user' + desc 'create USERNAME', 'Create a new user account' long_desc <<-LONG_DESC Create a new user account with a given USERNAME and an e-mail address provided with --email. @@ -133,7 +133,7 @@ module Mastodon option :disable_2fa, type: :boolean option :approve, type: :boolean option :reset_password, type: :boolean - desc 'modify USERNAME', 'Modify a user' + desc 'modify USERNAME', 'Modify a user account' long_desc <<-LONG_DESC Modify a user account.