Unverified Commit 41ac79c2 authored by Carlos Galindo's avatar Carlos Galindo Committed by GitHub
Browse files

README: add missing flag in example

parent 5ea488b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class Example {
The program can be saved to `Example.java`, and the slicer run with:

```
java -jar sdg-cli.jar -c Example.java#11:sum
java -jar sdg-cli.jar -c Example.java#11:sum -t SDG
```

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