mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-30 19:13:38 +00:00
[common] option: fix incorrect column header padding
This commit is contained in:
parent
06c229dfd4
commit
7cc0f7cb99
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
a12-193-g2d5f6d65ce+1
|
||||
a12-194-g06c229dfd4+1
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue