Merge changes from topic 'replace-rpc-services'

* changes:
  Remove unused RPC suggest service
  PermissionEditor: Use REST API instead of RPC service
  AccountGroupSuggestOracle: Use REST API rather than RPC service
  ListGroups: Allow -s as an alias of --suggest
This commit is contained in:
Edwin Kempin
2016-02-18 08:51:38 +00:00
committed by Gerrit Code Review
9 changed files with 50 additions and 176 deletions

View File

@@ -127,7 +127,8 @@ public class ListGroups implements RestReadView<TopLevelResource> {
this.matchSubstring = matchSubstring;
}
@Option(name = "--suggest", usage = "to get a suggestion of groups")
@Option(name = "--suggest", aliases = {"-s"},
usage = "to get a suggestion of groups")
public void setSuggest(String suggest) {
this.suggest = suggest;
}