Skip to content

Commit

Permalink
Update gcobranch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gundars committed Mar 15, 2015
1 parent 83f59a2 commit bc83402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gcobranch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ erroCount=0
minArgsCount=2

if [ $# -lt $minArgsCount ]; then
messageError "Received $# arguments, only ${minArgsCount} allowed!"
message "Syntax: gcobranch [branch] [dir] [dir]..."
messageError "Received $# arguments, at least ${minArgsCount} required!"
message "Syntax: gcobranch {branch} {dir1} [{dir2} {dir3}...]"
messageExit
fi

Expand Down

0 comments on commit bc83402

Please sign in to comment.