]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Correct command date help. command has no reset argument.
authorLeo C <erbl259-lmu@yahoo.de>
Tue, 23 Dec 2014 09:46:59 +0000 (10:46 +0100)
committerLeo C <erbl259-lmu@yahoo.de>
Tue, 23 Dec 2014 09:46:59 +0000 (10:46 +0100)
avr/command_tbl.c

index a2f99da4a04d3f4e41bc4aabe541c4a4774cb4e1..d4ff6f2258bb0364150978fda0feccbf35ee91bf 100644 (file)
@@ -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