gustavonihei commented on a change in pull request #889:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/889#discussion_r745578773



##########
File path: testing/fstest/fstest_main.c
##########
@@ -969,7 +959,7 @@ static void show_useage(void)
   printf("Usage : fstest [OPTION [ARG]] ...\n");
   printf("-h    show this help statement\n");
   printf("-n    num of test loop e.g. [%d]\n", CONFIG_TESTING_FSTEST_NLOOPS);
-  printf("-m    mount point tobe test e.g. [%s]\n",
+  printf("-m    mount point to be test e.g. [%s]\n",

Review comment:
       ```suggestion
     printf("-m    mount point to be tested e.g. [%s]\n",
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to