]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-Releated-CLI-commands.c
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator / File-Releated-CLI-commands.c
index 6586f079ad81bdc4c761ef9f58be94a79d968604..ef8e791f823f88e93efbb10bf30a534e9cf27f48 100644 (file)
@@ -196,8 +196,8 @@ static const CLI_Command_Definition_t xCOPY =
 file system driver tests. */\r
 static const CLI_Command_Definition_t xTEST_FS =\r
 {\r
-       ( const int8_t * const ) "testfs", /* The command string to type. */\r
-       ( const int8_t * const ) "\r\ntest_fs:\r\n Executes some file system test.  ALL FILES WILL BE DELETED!!!\r\n",\r
+       ( const int8_t * const ) "test-fs", /* The command string to type. */\r
+       ( const int8_t * const ) "\r\ntest-fs:\r\n Executes file system tests.  ALL FILES WILL BE DELETED!!!\r\n",\r
        prvTESTFSCommand, /* The function to run. */\r
        0 /* No parameters are expected. */\r
 };\r