X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/447a805f04115a0e32a1b9ad6be7c0177c3f8977..8eb73d1751705942b4f0891a90a669ce63b98866:/avr/command_tbl.c diff --git a/avr/command_tbl.c b/avr/command_tbl.c index ed14db9..592858a 100644 --- a/avr/command_tbl.c +++ b/avr/command_tbl.c @@ -126,10 +126,10 @@ CMD_TBL_ITEM_COMPLETE( CMD_TBL_ITEM_COMPLETE( printenv, CONFIG_SYS_MAXARGS, 1, do_env_print, "print environment variables", - "\n" - " - print values of all environment variables\n" - "printenv name ...\n" - " - print value of environment variable 'name'", + "[-s] [name ...]\n" + " Print value of environment variable(s) 'name'\n" + " If no names are given, print values of all environment variables\n" + " -s Print in setenv form", var_complete ), CMD_TBL_ITEM_COMPLETE(