commit | efd4a3172bf679d11cc43e9b0f3167b5a4f7fa99 | [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 | b2d5cd62d522d4a0fd34815616fa88377c1d37ca [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>