| Index: pkg/args/lib/src/options.dart
|
| diff --git a/pkg/args/lib/src/options.dart b/pkg/args/lib/src/options.dart
|
| index a4091df4c7c6ed6a3b8eba5f03a2323a385b012c..d78459e9b38809094c611a08f6f941308e5bca77 100644
|
| --- a/pkg/args/lib/src/options.dart
|
| +++ b/pkg/args/lib/src/options.dart
|
| @@ -2,9 +2,7 @@ library options;
|
|
|
| import 'package:collection/wrappers.dart';
|
|
|
| -/**
|
| - * A command-line option. Includes both flags and options which take a value.
|
| - */
|
| +/// A command-line option. Includes both flags and options which take a value.
|
| class Option {
|
| final String name;
|
| final String abbreviation;
|
|
|