Skip to content
Snippets Groups Projects
Unverified Commit fc46fa8f authored by Brayd's avatar Brayd Committed by GitHub
Browse files

Minimal adjustments to the short description (#18001)

Minimal adjustments have been made to the short description so that it logically follows the long description
parent 8d331891
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment