summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
Diffstat (limited to 'avr')
-rw-r--r--avr/command_tbl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index a2f99da..d4ff6f2 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -42,11 +42,10 @@ cmd_tbl_t cmd_tbl[] = {
CMD_TBL_ITEM(
date, 2, 1, do_date,
- "get/set/reset date & time",
+ "get/set date & time",
"[MMDDhhmm[[CC]YY][.ss]]\ndate reset\n"
" - without arguments: print date & time\n"
" - with numeric argument: set the system date & time\n"
- " - with 'reset' argument: reset the RTC"
),
#ifdef DEBUG