Skip to content

Commit 0b7d3a4

Browse files
committed
fix typo
1 parent 1c5dffa commit 0b7d3a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The generated runnable jar can be found in: ``MutAPK/target/MutAPK-0.0.1.jar``
2828
# Usage
2929
To run MutAPK use the following command, specifying the required arguments:
3030
```
31-
java -jar MutAPK-0.0.1.jar <APKPath> <AppPackage> <Output> <ExtraComponentFolder> <operatorsDir> <multithread>
31+
java -jar MutAPK-0.0.1.jar <APKPath> <AppPackage> <Output> <ExtraComponentFolder> <operatorsDir> <multithread> <amountMutants>?
3232
```
3333
### Arguments
3434
Provide the following list of required arguments when running MutAPK:
@@ -38,6 +38,7 @@ Provide the following list of required arguments when running MutAPK:
3838
4. ``ExtraCompFolder``: relative path of the extra component folder (``MutAPK/extra/``);
3939
5. ``operatorsDir``: relative path to the folder containing the operators.properties.
4040
6. ``multithread`` : true or false, specifying whether the mutant generation should be multithreaded or not.
41+
7. ``amountOfMutants`` : Amount of mutants to be generated [OptionalParameter]
4142

4243
Mutation operators can be selected or deselected editing the ``operators.properties`` file. To deselect an operator, either comment (#) or delete the corresponding line.
4344
### Example

0 commit comments

Comments
 (0)