dm: core: fix a typo in help text
authorSergei Antonov <saproj@gmail.com>
Sun, 21 Aug 2022 13:45:08 +0000 (16:45 +0300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Aug 2022 22:32:59 +0000 (16:32 -0600)
Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/dm.c

index eb40f08..218be85 100644 (file)
--- a/cmd/dm.c
+++ b/cmd/dm.c
@@ -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