mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man-generator: option description indented
Left indention is needed only for options, but is actually unwanted for decription itself.
This commit is contained in:
parent
441b702362
commit
e01ce8e2ae
@ -3188,10 +3188,10 @@ static void _print_man_all_options_desc(struct command_name *cname)
|
||||
if (opt_names[opt_enum].desc) {
|
||||
printf("\n");
|
||||
printf(".br\n");
|
||||
printf(".ad b\n");
|
||||
_print_man_option_desc(cname, opt_enum);
|
||||
}
|
||||
|
||||
printf(".ad b\n");
|
||||
} else
|
||||
printf(".ad b\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user