|
1 |
| -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT |
| 1 | +// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT |
2 | 2 | // file at the top-level directory of this distribution and at
|
3 | 3 | // http://rust-lang.org/COPYRIGHT.
|
4 | 4 | //
|
@@ -59,15 +59,15 @@ fn opt_help() -> ~str { ~"h" }
|
59 | 59 | fn opts() -> ~[(getopts::Opt, ~str)] {
|
60 | 60 | ~[
|
61 | 61 | (getopts::optopt(opt_output_dir()),
|
62 |
| - ~"--output-dir <val> put documents here"), |
| 62 | + ~"--output-dir <val> Put documents here (default: .)"), |
63 | 63 | (getopts::optopt(opt_output_format()),
|
64 |
| - ~"--output-format <val> either 'markdown' or 'html'"), |
| 64 | + ~"--output-format <val> 'markdown' or 'html' (default)"), |
65 | 65 | (getopts::optopt(opt_output_style()),
|
66 |
| - ~"--output-style <val> either 'doc-per-crate' or 'doc-per-mod'"), |
| 66 | + ~"--output-style <val> 'doc-per-crate' or 'doc-per-mod' (default)"), |
67 | 67 | (getopts::optopt(opt_pandoc_cmd()),
|
68 |
| - ~"--pandoc-cmd <val> the command for running pandoc"), |
| 68 | + ~"--pandoc-cmd <val> Command for running pandoc"), |
69 | 69 | (getopts::optflag(opt_help()),
|
70 |
| - ~"-h print help") |
| 70 | + ~"-h, --help Print help") |
71 | 71 | ]
|
72 | 72 | }
|
73 | 73 |
|
|
0 commit comments