Fixed apparent typo in help response

This commit is contained in:
Aaron Greenlee 2018-12-08 17:27:32 -05:00 committed by GitHub
parent 62d4378109
commit a1a88b2f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function printUsage() {
echo
echo "cmd: One of the commands to run. The options are:"
echo " install Download the FDB go bindings and install them"
echo " localinstall Install a into the go path a local copy of the repo"
echo " localinstall Install into the go path a local copy of the repo"
echo " download Download but do not prepare the FoundationDB bindings"
echo " help Print this help message and then quit"
echo