Skip to content
Snippets Groups Projects
Unverified Commit 2e210db0 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

minor

parent 75af031c
Branches
Tags
No related merge requests found
......@@ -20,8 +20,8 @@ cd "${GOPATH}/src/$REPO_NAME"
usage() {
echo "Usage: $(basename $0)"
echo " -h | --help [Print this help and exit]"
echo " --os (Create binary for this OS)"
echo " --arch (Compile for this architecture)"
echo " --os=OS (Compile binary for this OS)"
echo " --arch=ARCH (Compile binary for this architecture)"
echo ""
echo " Below is a list of supported combinations (1st column: OS / 2nd column: Arch):"
go tool dist list|awk -F'/' '{printf "OS: "$1"\011=> Arch: "$2"\n"}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment