summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-05-23 17:50:32 +0200
committerLudovic Courtès <ludo@gnu.org>2025-05-28 19:20:23 +0200
commit38b05ff27bf650f2973524bce7d3164b97f79c35 (patch)
tree9ac059048db43b83e67e464f1ce380c524157f4d
parentee8144743dedc67c4d92f5f900a539ef328b2e21 (diff)
teams: Add ‘codeowners’ command in help message.
* etc/teams.scm (main): Add ‘codeowners’ command in help message. Change-Id: I859997aba2b8829173e608e5ba1c8ab59b79d9c5
-rwxr-xr-xetc/teams.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index f7617e724e..a57d132787 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1107,6 +1107,8 @@ Commands:
get-maintainer <patch>
compatibility mode with Linux get_maintainer.pl
show <team-name>
- display <team-name> properties~%"))))
+ display <team-name> properties
+ codeowners
+ write a 'CODEOWNERS' file suitable for Codeberg on standard output~%"))))
(apply main (cdr (command-line)))