projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d1d9b
)
Too many space characters in cmd list
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 20 Mar 2014 13:40:25 +0000
(14:40 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 20 Mar 2014 13:40:25 +0000
(14:40 +0100)
u-boot/common/command.c
patch
|
blob
|
history
diff --git
a/u-boot/common/command.c
b/u-boot/common/command.c
index 467865636fad1d5a9f9ecfe97bf53de58a0fec64..1289b1d732e669721b225c8e93b56ff4b12ad23d 100755
(executable)
--- a/
u-boot/common/command.c
+++ b/
u-boot/common/command.c
@@
-259,8
+259,6
@@
int do_help(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]){
}
}
- max_len++;
-
/* print short help (usage) */
for(i = 0; i < cmd_items; i++){
const char *usage = cmd_array[i]->usage;