소스 검색

Remove extraneous echo calls in showHelp().

Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
tags/6.1-RC1
Patrice Clement 8 년 전
부모
커밋
5da8e1cf99
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      scripts/generate_batch_reports.sh

+ 6
- 6
scripts/generate_batch_reports.sh 파일 보기

@@ -40,12 +40,12 @@ function createPrivateClone() {
}

function showHelp() {
echo "Usage: $0 -d DIR_PATH [ -l integer ] [ -h URL ] [ -u string ] [ -p string ]"
echo " -d : path to directory where batch report bumpds will be created"
echo " -l : number of commit in the past (optional: default is $HISTORY_LENGTH)"
echo " -h : URL of the SQ instance (optional: default is $SONAR_HOST)"
echo " -u : username to authentication on the SQ instance (optional: default is $SONAR_USER)"
echo " -p : password to authentication on the SQ instance (optional: default is $SONAR_USER)"
echo "Usage: $0 -d DIR_PATH [ -l integer ] [ -h URL ] [ -u string ] [ -p string ]
-d : path to directory where batch report bumpds will be created
-l : number of commit in the past (optional: default is $HISTORY_LENGTH)
-h : URL of the SQ instance (optional: default is $SONAR_HOST)
-u : username to authentication on the SQ instance (optional: default is $SONAR_USER)
-p : password to authentication on the SQ instance (optional: default is $SONAR_USER)"
}

function checkOptions() {

Loading…
취소
저장