Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gamorosino committed Dec 14, 2021
1 parent 66863ad commit 397d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
t1=$1
mask=$2
outputdir=$3
if [ $# -lt 1 ]; then
if [ $# -lt 2 ]; then
echo $0: "usage: "$( basename $0 )" <t1.ext> <mask.ext> [<outputdir>]"
return 1;
fi
Expand Down

0 comments on commit 397d913

Please sign in to comment.