Insert missing space in subcommand synopsis.
This commit is contained in:
parent
545035093f
commit
6e56915e0c
@ -587,7 +587,7 @@ impl ManualPage {
|
||||
line.extend_from_slice(&local_options);
|
||||
}
|
||||
for (i, arg) in args.iter().enumerate() {
|
||||
if i > 0 {
|
||||
if i > 0 || ! sub_options {
|
||||
line.push(roman(" "));
|
||||
}
|
||||
line.push(italic(arg));
|
||||
|
Loading…
x
Reference in New Issue
Block a user