diff options
| author | Yuji Yamano <[email protected]> | 2017-04-21 04:32:41 -0400 |
|---|---|---|
| committer | Yuji Yamano <[email protected]> | 2017-04-21 04:32:41 -0400 |
| commit | 33d09e4ad016a046f4460095e363ceadaeedfdbd (patch) | |
| tree | 29da4f12d4d64e4990f8d1f4371f70d6ff80cedf /mrbgems/mruby-bin-mruby-config/mruby-config | |
| parent | 94bcdca64fb08e3724c1a5cf6ce25f6f9c6e041e (diff) | |
| download | mruby-33d09e4ad016a046f4460095e363ceadaeedfdbd.tar.gz mruby-33d09e4ad016a046f4460095e363ceadaeedfdbd.zip | |
Fix typo in usage message.
Diffstat (limited to 'mrbgems/mruby-bin-mruby-config/mruby-config')
| -rw-r--r-- | mrbgems/mruby-bin-mruby-config/mruby-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mruby-config/mruby-config b/mrbgems/mruby-bin-mruby-config/mruby-config index fcc3fabe3..14a4f1630 100644 --- a/mrbgems/mruby-bin-mruby-config/mruby-config +++ b/mrbgems/mruby-bin-mruby-config/mruby-config @@ -10,7 +10,7 @@ while [ $# -gt 0 ]; do echo " switches:" echo " --cflags print flags passed to compiler" echo " --ldflags print flags passed to linker" - echo " --ldflags-before-libs print flags passwd to linker before linked libraries" + echo " --ldflags-before-libs print flags passed to linker before linked libraries" echo " --libs print linked libraries" exit 0;; esac |
