diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-05-28 16:18:24 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-05-29 10:35:24 +0200 |
commit | 6343352062e84fcabf6e7a5dfed7f16d3b690274 (patch) | |
tree | dc6e6a84414b0e101f4b0d88c9634519f47a35e1 /build | |
parent | 1a6a0793f5dbefb226ebcfb1e2a542ae2272ff9b (diff) |
Fixing some typos in usage in build_nexus_blob.sh
Issue-ID: OOM-1848
Change-Id: I7c1ccd75083274a262d65b0da0b184fcd1f0eeef
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'build')
-rwxr-xr-x | build/build_nexus_blob.sh | 4 |
1 files 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 <tag> --input-directory </path/to/downloaded/files/dir> --output-directory </path/to/output/dir> --resource-list-directory </path/to/dir/with/resource/list> - -t | --tag release tag, taken from available on git or placed by data generating script (mandatory) must fallow scheme onap_<semver> + -t | --tag release tag, taken from available on git or placed by data generating script (mandatory) must follow scheme onap_<semver> -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 } |