Skip to content

Commit 41ac79c

Browse files
authored
README: add missing flag in example
1 parent 5ea488b commit 41ac79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Example {
4646
The program can be saved to `Example.java`, and the slicer run with:
4747

4848
```
49-
java -jar sdg-cli.jar -c Example.java#11:sum
49+
java -jar sdg-cli.jar -c Example.java#11:sum -t SDG
5050
```
5151

5252
A more detailed description of the available options can be seen with:

0 commit comments

Comments
 (0)