summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c8
1 files changed, 4 insertions, 4 deletions
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(