Skip to content

Commit

Permalink
more information
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jul 29, 2024
1 parent d010039 commit b036d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutterfire_cli/lib/src/commands/base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ abstract class FlutterFireCommand extends Command<void> {
argParser.addFlag(
'debug',
abbr: 'd',
help: 'Use debug logger for additional information.',
help: 'Use debug logger for additional output.',
);
}

Expand Down

0 comments on commit b036d4a

Please sign in to comment.