diff options
Diffstat (limited to 'build/creating_data/download-git-repos.sh')
-rwxr-xr-x | build/creating_data/download-git-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/creating_data/download-git-repos.sh b/build/creating_data/download-git-repos.sh index 0219eb6f..7853a141 100755 --- a/build/creating_data/download-git-repos.sh +++ b/build/creating_data/download-git-repos.sh @@ -24,7 +24,7 @@ usage () { echo "Usage:" echo -e "./$(basename $0) <repository list> [destination directory]\n" echo "Examples:" - echo " ./$(basename $0) onap_3.0.0-git_repos.list ./git-repo" + echo " ./$(basename $0) onap_3.0.x-git_repos.list ./git-repo" } LIST="${1}" |