From 2e210db062100d5cb286aba6cdd9f56f87eaf1f1 Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 16:42:56 +0200
Subject: [PATCH] minor

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 95ce168..965f348 100755
--- a/build.sh
+++ b/build.sh
@@ -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"}'
-- 
GitLab