summaryrefslogtreecommitdiff
path: root/cmd/dm.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dm.c')
-rw-r--r--cmd/dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dm.c b/cmd/dm.c
index eb40f0865f..218be85795 100644
--- 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