dm: fix alignment of help message of "dm" command
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 7 Sep 2018 11:31:21 +0000 (20:31 +0900)
committerSimon Glass <sjg@chromium.org>
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 <yamada.masahiro@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
test/dm/cmd_dm.c