From a036b05f04dd8e3f32c46971b137cf8a8c2aa210 Mon Sep 17 00:00:00 2001 From: Leo C Date: Tue, 23 Dec 2014 10:46:59 +0100 Subject: Correct command date help. command has no reset argument. --- avr/command_tbl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'avr/command_tbl.c') 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 -- cgit v1.2.3