Skip to content

Commit 938f342

Browse files
rkbodennerthestinger
authored andcommitted
---
yaml --- r: 63524 b: refs/heads/snap-stage3 c: 525933d h: refs/heads/master v: v3
1 parent 8d560da commit 938f342

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7d61b0083af0b35f46902de86e629a89068397d4
4+
refs/heads/snap-stage3: 525933d0a3444ca05f29f8777bf2bd1c5a2d92e3
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustdoc/config.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -59,15 +59,15 @@ fn opt_help() -> ~str { ~"h" }
5959
fn opts() -> ~[(getopts::Opt, ~str)] {
6060
~[
6161
(getopts::optopt(opt_output_dir()),
62-
~"--output-dir <val> put documents here"),
62+
~"--output-dir <val> Put documents here (default: .)"),
6363
(getopts::optopt(opt_output_format()),
64-
~"--output-format <val> either 'markdown' or 'html'"),
64+
~"--output-format <val> 'markdown' or 'html' (default)"),
6565
(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)"),
6767
(getopts::optopt(opt_pandoc_cmd()),
68-
~"--pandoc-cmd <val> the command for running pandoc"),
68+
~"--pandoc-cmd <val> Command for running pandoc"),
6969
(getopts::optflag(opt_help()),
70-
~"-h print help")
70+
~"-h, --help Print help")
7171
]
7272
}
7373

0 commit comments

Comments
 (0)