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