mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
createaccountcmd: Improving account param description (#4354)
This commit is contained in:
parent
0f3f2a0937
commit
cde7fbff05
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user