commit | dc91701ff72a082237ab42161a197a8527537a45 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Oct 14 15:34:07 2005 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Oct 14 15:34:07 2005 +0200 |
tree | a7dbe65b5407e2079da5649a127d916bb58efc06 | |
parent | 0f3f901496b19c46937bfb0ebf142004bd564f1c [diff] [blame] |
Fix identification on ext2ls help entry Patch by Stefan Roese, 14 Oct 2005
diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index af836cd..c164fe6 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c
@@ -152,7 +152,7 @@ U_BOOT_CMD( ext2ls, 4, 1, do_ext2ls, - "ext2ls- list files in a directory (default /)\n", + "ext2ls - list files in a directory (default /)\n", "<interface> <dev[:part]> [directory]\n" " - list files from 'dev' on 'interface' in a 'directory'\n" );