Skip to content

Commit cde7fbf

Browse files
authored
createaccountcmd: Improving account param description (#4354)
1 parent 0f3f2a0 commit cde7fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class CreateAccountCmd extends BaseCmd {
5252

5353
@Parameter(name = ApiConstants.ACCOUNT,
5454
type = CommandType.STRING,
55-
description = "Creates the user under the specified account. If no account is specified, the username will be used as the account name.")
55+
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.")
5656
private String accountName;
5757

5858
@Parameter(name = ApiConstants.ACCOUNT_TYPE,

0 commit comments

Comments
 (0)