| Index: pkg/args/lib/args.dart
|
| diff --git a/pkg/args/lib/args.dart b/pkg/args/lib/args.dart
|
| index ea7f2318aa54a41873241e6c3b9aa3b6966fa877..7f524dfb4268125f893ac7374410269875eeab95 100644
|
| --- a/pkg/args/lib/args.dart
|
| +++ b/pkg/args/lib/args.dart
|
| @@ -240,7 +240,7 @@
|
| * To display the help, use the ArgParser getUsage() method:
|
| *
|
| * print(parser.getUsage());
|
| - *
|
| + *
|
| * The resulting string looks something like this:
|
| *
|
| * --mode The compiler configuration
|
| @@ -261,7 +261,7 @@
|
| */
|
| library args;
|
|
|
| -import 'package:unmodifiable_collection/unmodifiable_collection.dart';
|
| +import 'package:collection_helpers/wrappers.dart';
|
|
|
| import 'src/parser.dart';
|
| import 'src/usage.dart';
|
|
|