You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/30 07:13:10 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #4354: createaccountcmd: Improving account param description

DaanHoogland commented on a change in pull request #4354:
URL: https://github.com/apache/cloudstack/pull/4354#discussion_r497289418



##########
File path: api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java
##########
@@ -52,7 +52,7 @@
 
     @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.")

Review comment:
       ```suggestion
                  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.")
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org