projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
50f55b5
7bfa2b1
)
Auto merge of #4675 - mgeisler:align-cmdline-examples, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 30 Oct 2017 15:51:43 +0000
(15:51 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 30 Oct 2017 15:51:43 +0000
(15:51 +0000)
Align command line examples in "cargo help test"
The initial example used an indentation of four spaces, the other
examples used only two spaces. They now all use four spaces.
I checked all other Cargo commands and found no other such problems.
Trivial merge