mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 12:30:39 +00:00
Fixed an issue in the help message for listGroupsCommand
This commit is contained in:
parent
df82c39e8d
commit
f4df26de7b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class ListGroupsCommand implements LocalCommand {
|
|||
@Override
|
||||
public void attachToSubparser(final Subparser subparser) {
|
||||
subparser.addArgument("-d", "--detailed").action(Arguments.storeTrue())
|
||||
.help("List the members and group invite links of each group");
|
||||
.help("List the members and group invite links of each group. If output=json, then this is always set");
|
||||
|
||||
subparser.help("List group information including names, ids, active status, blocked status and members");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue