Add full names for options on list groups REST API

Change-Id: I6663eda2adc00c493624438a16ecbf4818e740e1
This commit is contained in:
David Pursehouse 2014-09-04 13:56:47 +09:00
parent 4cdda6adae
commit 538e87aaa6

View File

@ -90,10 +90,10 @@ public class ListGroups implements RestReadView<TopLevelResource> {
@Option(name = "--limit", aliases = {"-n"}, metaVar = "CNT", usage = "maximum number of groups to list")
private int limit;
@Option(name = "-S", metaVar = "CNT", usage = "number of groups to skip")
@Option(name = "--start", aliases = {"-S"}, metaVar = "CNT", usage = "number of groups to skip")
private int start;
@Option(name = "-m", metaVar = "MATCH", usage = "match group substring")
@Option(name = "--match", aliases = {"-m"}, metaVar = "MATCH", usage = "match group substring")
private String matchSubstring;
@Option(name = "-o", usage = "Output options per group")