]> git.lizzy.rs Git - rust.git/commit
auto merge of #8131 : Seldaek/rust/getopt_usage_newline, r=brson
authorbors <bors@rust-lang.org>
Tue, 30 Jul 2013 17:28:18 +0000 (10:28 -0700)
committerbors <bors@rust-lang.org>
Tue, 30 Jul 2013 17:28:18 +0000 (10:28 -0700)
commit0068bd73e0b8a22d59ec3a979bba2376964c2dae
treeab922d85833acce719d2c05d2d59d865a570bf53
parent576f395ddfe3a47859df0419a0366abf7a8c185b
parentf7ebab440322d9c2a20cd8c1e23db789ffdc8685
auto merge of #8131 : Seldaek/rust/getopt_usage_newline, r=brson

It makes things ugly when the last thing you print is the usage() output, resulting in something like:

```
$ rust run foo.rs -h
Lala

Options:
    -h --help           display this help and exit
    -V --version        output version information and exit

$ prompt
```