completing comments for detail type

This commit is contained in:
Abhinandan Prateek 2011-11-21 13:58:34 +05:30
parent d684dd86e1
commit 354b4af63b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class ListHostsCmd extends BaseListCmd {
@Parameter(name=ApiConstants.ALLOCATION_STATE, type=CommandType.STRING, description="list hosts by allocation state")
private String allocationState;
@Parameter(name=ApiConstants.DETAILS, type=CommandType.LIST, collectionType=CommandType.STRING, description="comma separated list of host details requested, value can be a list of ")
@Parameter(name=ApiConstants.DETAILS, type=CommandType.LIST, collectionType=CommandType.STRING, description="comma separated list of host details requested, value can be a list of [ min, all, capacity, events, stats]" )
private List<String> viewDetails;
/////////////////////////////////////////////////////