Skip to content

Commit f4db9ad

Browse files
authored
Fix typo in resource limits description
1 parent 43c3135 commit f4db9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ListResourceLimitsCmd extends BaseListProjectAndAccountResourcesCmd
5555
+ "9 - Memory. Amount of RAM an account can allocate for their resources. "
5656
+ "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. "
5757
+ "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. "
58-
+ "12 - VmSnapshot. Number of instance snapshots an account can own.")
58+
+ "12 - instanceSnapshot. Number of instance snapshots an account can own.")
5959
private Integer resourceType;
6060

6161
@Parameter(name = ApiConstants.RESOURCE_TYPE_NAME, type = CommandType.STRING, description = "Type of resource (wins over resourceType if both are provided). Values are: "

0 commit comments

Comments
 (0)