mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +00:00
[common] option: fix incorrect column header padding
This commit is contained in:
parent
06c229dfd4
commit
7cc0f7cb99
@ -583,7 +583,7 @@ void option_print()
|
|||||||
maxLen = alloc_sprintf(
|
maxLen = alloc_sprintf(
|
||||||
&line,
|
&line,
|
||||||
"%-*s | Short | %-*s | Description",
|
"%-*s | Short | %-*s | Description",
|
||||||
state.groups[g].pad + 4,
|
strlen(state.groups[g].module) + state.groups[g].pad + 1,
|
||||||
"Long",
|
"Long",
|
||||||
valueLen,
|
valueLen,
|
||||||
"Value"
|
"Value"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user