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