Skip to content

Commit b12c1e0

Browse files
committed
Remove double dush for '-truffle' in version check
1 parent 4b127ef commit b12c1e0

File tree

1 file changed

+1
-1
lines changed
  • docs/reference-manual/java-on-truffle

1 file changed

+1
-1
lines changed

docs/reference-manual/java-on-truffle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
5050

5151
3. A standalone comes with a JVM in addition to its native launcher. Check the version to see the Java on Truffle runtime is active:
5252
```shell
53-
./path/to/bin/java -truffle --version
53+
./path/to/bin/java -truffle -version
5454
```
5555

5656
## Run Java on Truffle

0 commit comments

Comments
 (0)