createaccountcmd: Improving account param description (#4354)

This commit is contained in:
davidjumani 2020-10-07 14:46:33 +05:30 committed by GitHub
parent 0f3f2a0937
commit cde7fbff05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.")
private String accountName;
@Parameter(name = ApiConstants.ACCOUNT_TYPE,