]> Git Repo - J-u-boot.git/commit
dm: fix alignment of help message of "dm" command
authorMasahiro Yamada <[email protected]>
Fri, 7 Sep 2018 11:31:21 +0000 (20:31 +0900)
committerSimon Glass <[email protected]>
Tue, 18 Sep 2018 19:23:33 +0000 (13:23 -0600)
commit138c8a75620702ff0a7bb08147d5b98c0ddb5d1b
treec92549255a592a79bc6c2c77f5978d6372d4f938
parent383d2568a76a0eeb29ef4df13cc4d7a06f626101
dm: fix alignment of help message of "dm" command

Currently, "help dm" shows as follows:

=> help dm
dm - Driver model low level access

Usage:
dm tree         Dump driver model tree ('*' = activated)
dm uclass        Dump list of instances for each uclass
dm devres        Dump list of device resources for each device

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
test/dm/cmd_dm.c
This page took 0.034785 seconds and 4 git commands to generate.