group: When no groups are specified to set, lists the current groups of a repository.

This commit is contained in:
Joey Hess 2014-05-16 14:43:40 -04:00
parent 65651a3e26
commit 00986d19f4
4 changed files with 13 additions and 3 deletions

View file

@ -456,6 +456,8 @@ subdirectories).
Adds a repository to a group, such as "archival", "enduser", or "transfer".
The groupname must be a single word.
Omit the groupname to show the current groups that a repository is in.
* `ungroup repository groupname`
Removes a repository from a group.

View file

@ -7,3 +7,5 @@ It would be good if the command
returned the current list of groups the repository belongs to...(can it belong to more than one?)
Currently the command requires an additional parameter to set the group.
> [[done]] --[[Joey]]