guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: etc: teams: Add help information for commands.


From: guix-commits
Subject: 01/06: etc: teams: Add help information for commands.
Date: Thu, 3 Nov 2022 12:41:35 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 7a4f858f3922814adfbbc257440e0b15f54a58a9
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Thu Oct 27 11:09:09 2022 -0400

    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>
---
 etc/teams.scm.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]