commit | 4597acbd5943a53afb8aeb9595f2ea5a40e1f99f | [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 | 7b8f0bfa6e1a0390bea8e2b24d7d7fa33d654db3 [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")