Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributors.dart
Browse files Browse the repository at this point in the history
devoncarew authored Nov 20, 2024
1 parent a372525 commit 298b063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/repo_manage/lib/contributors.dart
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ class ContributorsCommand extends ReportCommand {
..addFlag(
'dart-lang',
negatable: false,
help: 'Return stats for all dart-lang repos.',
help: 'Return stats for all dart-lang repos (otherwise, this defaults '
'to the main Dart and Flutter repos).',
)
..addFlag(
'monthly',

0 comments on commit 298b063

Please sign in to comment.