From 6343352062e84fcabf6e7a5dfed7f16d3b690274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Levora?= Date: Tue, 28 May 2019 16:18:24 +0200 Subject: [PATCH] Fixing some typos in usage in build_nexus_blob.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: OOM-1848 Change-Id: I7c1ccd75083274a262d65b0da0b184fcd1f0eeef Signed-off-by: Tomáš Levora --- build/build_nexus_blob.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build_nexus_blob.sh b/build/build_nexus_blob.sh index 09ed8969..00641cf4 100755 --- a/build/build_nexus_blob.sh +++ b/build/build_nexus_blob.sh @@ -61,10 +61,10 @@ usage () { echo " Example usage: build_nexus_blob.sh -t --input-directory --output-directory --resource-list-directory - -t | --tag release tag, taken from available on git or placed by data generating script (mandatory) must fallow scheme onap_ + -t | --tag release tag, taken from available on git or placed by data generating script (mandatory) must follow scheme onap_ -i | --input-directory directory containing file needed to create nexus blob. The structure of this directory must organized as described in build guide -o | --output-directory - -rl | --resource-list-directory directory with files containing docker, pypi and rpm lists + -rl | --resource-list-directory directory with files containing docker, pypi and npm lists " exit 1 } -- 2.16.6