diff options
Diffstat (limited to 'common/hush.c')
| -rw-r--r-- | common/hush.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/hush.c b/common/hush.c index cf5782a7c..97fd07067 100644 --- a/common/hush.c +++ b/common/hush.c @@ -3627,7 +3627,7 @@ U_BOOT_CMD(  	"print local hushshell variables",  	"\n    - print values of all hushshell variables\n"  	"showvar name ...\n" -	"    - print value of hushshell variable 'name'\n" +	"    - print value of hushshell variable 'name'"  );  #endif |