diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-29 18:19:55 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-29 18:19:55 +0100 |
commit | 5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (patch) | |
tree | eef3a02c5c59b6d75a3c35b7f3ad4cba38d9d8a7 /contrib/gitian-build.sh | |
parent | 0fea960ca917b73aff853fe88476174c8a313863 (diff) |
Fix typos
Diffstat (limited to 'contrib/gitian-build.sh')
-rwxr-xr-x | contrib/gitian-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 53c24e3a87..6ee5df4703 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -41,7 +41,7 @@ Options: -c|--commit Indicate that the version argument is for a commit or branch -u|--url Specify the URL of the repository. Default is https://github.com/bitcoin/bitcoin -v|--verify Verify the gitian build --b|--build Do a gitiain build +-b|--build Do a gitian build -s|--sign Make signed binaries for Windows and Mac OSX -B|--buildsign Build both signed and unsigned binaries -o|--os Specify which Operating Systems the build is for. Default is lwx. l for linux, w for windows, x for osx |