diff options
author | Sergei Antonov <saproj@gmail.com> | 2022-08-21 16:45:08 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-08-26 16:32:59 -0600 |
commit | a7091f3f8c859a29ad63b94952472bd93d60488c (patch) | |
tree | e294dc39e2be816ec091aff409a89c20dac85d00 /cmd | |
parent | 5e730d9cf9451da4158244a5d7404289438928df (diff) | |
download | u-boot-a7091f3f8c859a29ad63b94952472bd93d60488c.tar.gz |
dm: core: fix a typo in help text
Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ static char dm_help_text[] = "dm drivers Dump list of drivers with uclass and instances\n" DM_MEM_HELP "dm static Dump list of drivers with static platform data\n" - "dn tree Dump tree of driver model devices ('*' = activated)\n" + "dm tree Dump tree of driver model devices ('*' = activated)\n" "dm uclass Dump list of instances for each uclass" ; #endif |