Added a newline after each description.
`<@graydon> maybe an extra newline to make the grouping clearer?`
This commit is contained in:
parent
65840f3625
commit
2c3cd1749e
@ -693,7 +693,7 @@ fn print_pkg(s: source, p: package) {
|
||||
}
|
||||
info(m);
|
||||
if p.description != "" {
|
||||
print(" >> " + p.description)
|
||||
print(" >> " + p.description + "\n")
|
||||
}
|
||||
}
|
||||
fn cmd_list(c: cargo, argv: [str]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user