]> cat aescling's git repositories - mastodon.git/commitdiff
Minimal adjustments to the short description (#18001)
authorBrayd <byronfroehlich@proton.me>
Sat, 13 Aug 2022 13:41:12 +0000 (15:41 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:58 +0000 (00:27 -0400)
Minimal adjustments have been made to the short description so that it logically follows the long description

lib/mastodon/accounts_cli.rb

index 29c93445386ca5ce77d5ea12236a039b9c8ae2b1..558f4d3c41bbb24e0bcfe0aa4c786e7227f12a41 100644 (file)
@@ -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.