Commit c73da29a authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3624 from yyamano/fix-typo

Fix typo in usage message.
parents 00770e2d 33d09e4a
...@@ -10,7 +10,7 @@ while [ $# -gt 0 ]; do ...@@ -10,7 +10,7 @@ while [ $# -gt 0 ]; do
echo " switches:" echo " switches:"
echo " --cflags print flags passed to compiler" echo " --cflags print flags passed to compiler"
echo " --ldflags print flags passed to linker" 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" echo " --libs print linked libraries"
exit 0;; exit 0;;
esac esac
......
...@@ -32,5 +32,5 @@ echo Usage: mruby-config [switches] ...@@ -32,5 +32,5 @@ echo Usage: mruby-config [switches]
echo switches: echo switches:
echo --cflags print flags passed to compiler echo --cflags print flags passed to compiler
echo --ldflags print flags passed to linker 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 echo --libs print linked libraries
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment