summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
authorLeo C2014-12-23 10:46:59 +0100
committerLeo C2014-12-23 10:46:59 +0100
commita036b05f04dd8e3f32c46971b137cf8a8c2aa210 (patch)
tree404857294696ebfbd61d94a596aa7ede43e7d359 /avr
parent2fe283161b59ea1cb419b3711731ea0db343afed (diff)
downloadz180-stamp-a036b05f04dd8e3f32c46971b137cf8a8c2aa210.zip
Correct command date help. command has no reset argument.
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