commit | 023bb61c3206118b91c0b1089d4b2616079e5e85 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 17:52:24 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 01 11:05:43 2024 -0600 |
tree | 150cfd77c72e9b870c305df7e39739d50ad2ef91 | |
parent | eb88af209eca38a5a89e498673f4e26b767d222d [diff] |
qconfig: Fix an incorrect format-string with negative value This is not allowed, so use ljust() instead. This fixes the 'qconfig -i -I help' command. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 1bd43060b3e ("moveconfig: Use f strings where possible")