summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2022-10-27 11:09:09 -0400
committerChristopher Baines <mail@cbaines.net>2022-11-03 17:26:52 +0100
commit7a4f858f3922814adfbbc257440e0b15f54a58a9 (patch)
tree07be3dc8590d357f2122590374717aa447c2896e /etc
parent973dc4564e874107ac56d39ece2a2224cf926fe6 (diff)
downloadguix-7a4f858f3922814adfbbc257440e0b15f54a58a9.tar.gz
etc: teams: Add help information for commands.
* etc/teams.scm.in (main): Add command information to usage help prompt.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'etc')
-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)))