diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-05-23 17:50:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-28 19:20:23 +0200 |
commit | 38b05ff27bf650f2973524bce7d3164b97f79c35 (patch) | |
tree | 9ac059048db43b83e67e464f1ce380c524157f4d | |
parent | ee8144743dedc67c4d92f5f900a539ef328b2e21 (diff) |
teams: Add ‘codeowners’ command in help message.
* etc/teams.scm (main): Add ‘codeowners’ command in help message.
Change-Id: I859997aba2b8829173e608e5ba1c8ab59b79d9c5
-rwxr-xr-x | etc/teams.scm | 4 |
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))) |