]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
fatfs f_mount now allways done globally at start up
[z180-stamp.git] / avr / command_tbl.c
index 238f132012b811466f69e8346cbde6ec4f4dfdca..f030b54c816eec3ef9cfa62e4fdc48e01970953a 100644 (file)
@@ -76,9 +76,10 @@ CMD_TBL_ITEM(
 ),
 CMD_TBL_ITEM(
        echo,   CONFIG_SYS_MAXARGS,     1,      do_echo,
-       "echo args to console",
-       "[args..]\n"
-       "     - echo args to console; \\c suppresses newline"
+       "display a line of text",
+       "[-n] [argument ...]\n"
+       "     - echo the argument(s) to console.\n"
+       "       -n  do not output the trailing newline"
 ),
 CMD_TBL_ITEM(
        sleep ,    2,    1,     do_sleep,