From cde7fbff05eda671e52a8dc2ef57cdc53ea6c8b5 Mon Sep 17 00:00:00 2001 From: davidjumani Date: Wed, 7 Oct 2020 14:46:33 +0530 Subject: [PATCH] createaccountcmd: Improving account param description (#4354) --- .../cloudstack/api/command/admin/account/CreateAccountCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java b/api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java index 074df8d5fc2..508750a068c 100644 --- a/api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java +++ b/api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java @@ -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,