tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

Capitalize string “show this help message and exit” #39

Closed jirutka closed 8 years ago

jirutka commented 8 years ago

All option descriptions in examples/ begin with a capital letter (the same convention as used in Docopt, cargo, rustc, ...), but the generated --help description does not.

tailhook commented 8 years ago

Nice catch. Thanks!