]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
RTC: Handle turn of the year correctly, detect uninitialized RTC (loss of VBAT)
[z180-stamp.git] / avr / command_tbl.c
index 768e6f05faf6c2b0671efa52602db12d4e1f4433..748c830fe00b1cbf801d84641ded36e21e0a51d5 100644 (file)
@@ -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"
 ),