summaryrefslogtreecommitdiff
path: root/etc/teams.scm.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/teams.scm.in')
-rw-r--r--etc/teams.scm.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index c27ea5271e..14cabbf6f2 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -601,6 +601,12 @@ and REV-END, two git revision strings."
team-names))
(anything
(format (current-error-port)
- "Usage: etc/teams.scm <command> [<args>]~%"))))
+ "Usage: etc/teams.scm <command> [<args>]
+
+Commands:
+ cc <team-name> get git send-email flags for cc-ing <team-name>
+ cc-members <start> <end> cc teams related to files changed between revisions
+ list-teams list teams and their members
+ list-members <team-name> list members belonging to <team-name>~%"))))
(apply main (cdr (command-line)))