commit | b6a30444365be7ef4d323b50573a2c591ef36d08 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Oct 30 12:04:18 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sun Nov 04 11:00:27 2012 -0700 |
tree | 4a148500481718feecca5d9c2637ff393cf9a4b9 | |
parent | e9b0f99e8243e3146f3b5f4ef91f4b6c8f4452c0 [diff] |
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>