Skip to content

Commit 017296a

Browse files
nvazquezvishesh92
andauthored
Update api/src/main/java/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java
Co-authored-by: Vishesh <vishesh92@gmail.com>
1 parent 41144c8 commit 017296a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public class CreateTemplateCmd extends BaseAsyncCreateCmd implements UserCmd {
150150
private String accountName;
151151

152152
@Parameter(name = ApiConstants.ARCH, type = CommandType.STRING,
153-
description = "the CPU arch of the template. Valid options are: x86_64, aarch64",
153+
description = "the CPU arch of the template. Valid options are: x86_64, aarch64. Defaults to x86_64",
154154
since = "4.20.2")
155155
private String arch;
156156

0 commit comments

Comments
 (0)