mirror of https://github.com/sbt/sbt.git
Fix typo (#862)
This commit is contained in:
parent
d48ac8c9a4
commit
6be2528df5
|
|
@ -425,7 +425,7 @@ The `bootstrap` command can also generate [scala-native](http://scala-native.org
|
|||
```
|
||||
$ ./coursier bootstrap \
|
||||
--native \
|
||||
io.get-coursier:echo_native0.3_2.11:1.0.3 \
|
||||
io.get-coursier:echo_native0.3_2.11:1.0.2 \
|
||||
-o echo-native
|
||||
[info] Linking (2354 ms)
|
||||
[info] Discovered 1291 classes and 9538 methods
|
||||
|
|
|
|||
|
|
@ -454,7 +454,7 @@ The `bootstrap` command can also generate [scala-native](http://scala-native.org
|
|||
```
|
||||
$ ./coursier bootstrap \
|
||||
--native \
|
||||
io.get-coursier:echo_native0.3_2.11:1.0.3 \
|
||||
io.get-coursier:echo_native0.3_2.11:1.0.2 \
|
||||
-o echo-native
|
||||
[info] Linking (2354 ms)
|
||||
[info] Discovered 1291 classes and 9538 methods
|
||||
|
|
|
|||
Loading…
Reference in New Issue