Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class CreateAccountCmd extends BaseCmd {

@Parameter(name = ApiConstants.ACCOUNT,
type = CommandType.STRING,
description = "Creates the user under the specified account. If no account is specified, the username will be used as the account name.")
description = "Name of the account to be created. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Name of the account to be created. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")
description = "Name of the account to be created. This account may not exist. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")

private String accountName;

@Parameter(name = ApiConstants.ACCOUNT_TYPE,
Expand Down