]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd/eficonfig: capitalize 'enter description'
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 25 Oct 2024 21:15:05 +0000 (23:15 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Oct 2024 20:44:39 +0000 (21:44 +0100)
commita01e7d2538ae84bc0a731cb7e946fcb2ddab4fb9
treed220fc93f98877e4686df02b7c6afed7c9bbc8fa
parent9aabcad1a7886be22df359a4bd48940d745b3730
cmd/eficonfig: capitalize 'enter description'

To conform with other messages capitalize the first letter:
%s/enter description/Enter description/g

Adjust the unit tests accordingly.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/eficonfig.c
test/py/tests/test_eficonfig/test_eficonfig.py