This is an automated email from the ASF dual-hosted git repository.
khowe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new c7096b9 GEODE-4756: Restore the correct help string for the --group
option (#1531)
c7096b9 is described below
commit c7096b99ce7d60cb345d3046230e7d524151a425
Author: Kenneth Howe <[email protected]>
AuthorDate: Thu Mar 1 13:22:55 2018 -0800
GEODE-4756: Restore the correct help string for the --group option (#1531)
Help string should be: Group name for which members will be displayed.
---
.../geode/management/internal/cli/commands/ListMembersCommand.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ListMembersCommand.java
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ListMembersCommand.java
index c676784..d0a3df5 100644
---
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ListMembersCommand.java
+++
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ListMembersCommand.java
@@ -40,7 +40,7 @@ public class ListMembersCommand implements GfshCommand {
operation = ResourcePermission.Operation.READ)
public Result listMember(@CliOption(key = {CliStrings.GROUP,
CliStrings.GROUPS},
optionContext = ConverterHint.MEMBERGROUP,
- help = CliStrings.ALTER_REGION__GROUP__HELP) String[] groups) {
+ help = CliStrings.LIST_MEMBER__GROUP__HELP) String[] groups) {
Set<DistributedMember> memberSet = new TreeSet<>();
memberSet.addAll(this.findMembersIncludingLocators(groups, null));
--
To stop receiving notification emails like this one, please contact
[email protected].