diff options
author | Jyun-Yan You <jyyou.tw@gmail.com> | 2015-07-27 08:49:04 +0800 |
---|---|---|
committer | Jyun-Yan You <jyyou.tw@gmail.com> | 2015-07-27 08:49:04 +0800 |
commit | fc026c775d8ff133f7bb084a49ebf94e1aa12e9f (patch) | |
tree | 35bd459e3c3294b5350eb7530cb2ddde1aee8306 | |
parent | 99f696ee02c669a58f0058c9b22bb6dffec7abb6 (diff) | |
parent | 675dc2b49e79bfd72bce3e9d2f063e20899414a7 (diff) |
Merge pull request #229 from IvanUkhov/typo
Fix a typo
-rw-r--r-- | src/bin/bindgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/bindgen.rs b/src/bin/bindgen.rs index 08267665..f0189954 100644 --- a/src/bin/bindgen.rs +++ b/src/bin/bindgen.rs @@ -126,7 +126,7 @@ fn print_usage(bin: String) { " Options: -h or --help Display help message - -l <name> or -l<name> Link to a dynamic library, can be proivded + -l <name> or -l<name> Link to a dynamic library, can be provided multiple times -static-link <name> Link to a static library -framework-link <name> Link to a framework |