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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 768e6f0..748c830 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -50,7 +50,7 @@ cmd_tbl_t cmd_tbl[] = {
CMD_TBL_ITEM(
date, 2, 1, do_date,
"get/set date & time",
- "[MMDDhhmm[[CC]YY][.ss]]\ndate reset\n"
+ "[MMDDhhmm[[CC]YY][.ss]]\n"
" - without arguments: print date & time\n"
" - with numeric argument: set the system date & time\n"
),