diff options
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/command.c b/common/command.c index a1fc592c2..30a9801d9 100644 --- a/common/command.c +++ b/common/command.c @@ -153,7 +153,7 @@ int cmd_usage(cmd_tbl_t *cmdtp)  	puts (cmdtp->help);  	putc ('\n');  #endif	/* CONFIG_SYS_LONGHELP */ -	return 0; +	return 1;  }  #ifdef CONFIG_AUTO_COMPLETE |