You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public class CreateAccountCmd extends BaseCmd {
52
52
53
53
@Parameter(name = ApiConstants.ACCOUNT,
54
54
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.")
0 commit comments