X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/fa84c3ba770bb4f1d4b21fff765405c26ff15d46..19a463f47d00a983e23cfd1c0e769f88667f04f8:/avr/command_tbl.c 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" ),