| Index: pkg/args/lib/args.dart
|
| diff --git a/pkg/args/lib/args.dart b/pkg/args/lib/args.dart
|
| index dd77d3767e97989d0d79b9a42e7c6a626620c121..6e7edd4b921f1b15df73736134a530c35cff539d 100644
|
| --- a/pkg/args/lib/args.dart
|
| +++ b/pkg/args/lib/args.dart
|
| @@ -179,6 +179,11 @@
|
| *
|
| * [arm] ARM Holding 32-bit chip
|
| * [ia32] Intel x86
|
| + *
|
| + * To assist the formatting of the usage help, single line help text will
|
| + * be followed by a single new line. Options with multi-line help text
|
| + * will be followed by two new lines. This provides spacial diversity between
|
| + * options.
|
| *
|
| * [posix]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02
|
| * [gnu]: http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces
|
|
|