| Index: lib/src/analyzer/context.dart
|
| diff --git a/lib/src/analyzer/context.dart b/lib/src/analyzer/context.dart
|
| index 714a874e724ade63377e8a205fe48808aa8b90b5..45c06f259a82ace783817a4a8c167e07d570e96c 100644
|
| --- a/lib/src/analyzer/context.dart
|
| +++ b/lib/src/analyzer/context.dart
|
| @@ -86,7 +86,7 @@ class AnalyzerOptions {
|
| help: 'Package root to resolve "package:" imports',
|
| defaultsTo: 'packages/')
|
| ..addOption('url-mapping',
|
| - help: '--url-mapping=libraryUri,/path/to/library.dart uses \n'
|
| + help: '--url-mapping=libraryUri,/path/to/library.dart uses\n'
|
| 'library.dart as the source for an import of of "libraryUri".',
|
| allowMultiple: true,
|
| splitCommas: false)
|
|
|