]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: eeprom: Fix usage help for the eeprom command
authorMarek Behún <kabel@kernel.org>
Tue, 21 May 2024 07:13:29 +0000 (09:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 16:47:59 +0000 (10:47 -0600)
commit642ec48c76e6469c9a14f5c0359363af25bdaafb
tree3e42e5ce9a72c9fd3172f7f6dedf2962f3d36dc2
parent951dc4e077b2ba5eadaba3beb9b61f131ffa6fdc
cmd: eeprom: Fix usage help for the eeprom command

The bus and devaddr arguments of the eeprom command are optional, and if
only one is given, it is assumed to be devaddr. Change the usage help
from
  <bus> <devaddr>
to
  [[bus] [devaddr]

Signed-off-by: Marek Behún <kabel@kernel.org>
cmd/eeprom.c