Browse Source

Update mftest help

Scott Lahteine 3 years ago
parent
commit
f52351d116
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      buildroot/bin/mftest

+ 2
- 2
buildroot/bin/mftest View File

14
 
14
 
15
 usage() {
15
 usage() {
16
   echo "
16
   echo "
17
-Usage: mftest [-t|--env=<env>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
17
+Usage: mftest [-t|--env=<env|index>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
18
        mftest [-a|--autobuild]
18
        mftest [-a|--autobuild]
19
        mftest [-r|--rebuild]
19
        mftest [-r|--rebuild]
20
        mftest [-u|--autoupload] [-n|--num=<num>]
20
        mftest [-u|--autoupload] [-n|--num=<num>]
21
 
21
 
22
 OPTIONS
22
 OPTIONS
23
-  -t --env         The environment of the test to apply / run. (As named in platformio.ini.)
23
+  -t --env         The environment to apply / run, or the menu index number.
24
   -n --num         The index of the test to run. (In file order.)
24
   -n --num         The index of the test to run. (In file order.)
25
   -m --make        Use the make / Docker method for the build.
25
   -m --make        Use the make / Docker method for the build.
26
   -y --build       Skip 'Do you want to build this test?' and assume YES.
26
   -y --build       Skip 'Do you want to build this test?' and assume YES.

Loading…
Cancel
Save