]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_ext4: remove TABs from command help text
authorStephen Warren <swarren@nvidia.com>
Tue, 30 Oct 2012 12:04:18 +0000 (12:04 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:27 +0000 (11:00 -0700)
commitb6a30444365be7ef4d323b50573a2c591ef36d08
tree4a148500481718feecca5d9c2637ff393cf9a4b9
parente9b0f99e8243e3146f3b5f4ef91f4b6c8f4452c0
cmd_ext4: remove TABs from command help text

TABs in the help text won't line up in the same place on the console as
in a source editor. Replace them with spaces to make ensuring correct
alignment easier.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
common/cmd_ext4.c