summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2021-04-06 12:44:58 +0900
committerKOBAYASHI Shuji <[email protected]>2021-04-06 12:44:58 +0900
commit516756d53890564ef3e54497a5d4a37ad8407588 (patch)
treeed968a15d9481cd2e9a68a13874891e2070ff1a4
parent1f03d34fd7712371506d5734bed21e97145c5df8 (diff)
downloadmruby-516756d53890564ef3e54497a5d4a37ad8407588.tar.gz
mruby-516756d53890564ef3e54497a5d4a37ad8407588.zip
Fix typo in `doc/guides/link.md` [ci skip]
-rw-r--r--doc/guides/link.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/link.md b/doc/guides/link.md
index 4296d6dc1..42133d581 100644
--- a/doc/guides/link.md
+++ b/doc/guides/link.md
@@ -64,9 +64,9 @@ compatible to mruby configuration.
To retrieve linker options, you can use `mruby-config` with following options:
-* `--ldflags` options passed to linker
+* `--ldflags` options passed to linker
* `--ldflags-before-libs` options passed to linker before linked libraries
-* `--lbs` linked libraries
+* `--libs` linked libraries
```
$ mruby-config --ldflags