wording: blank line -> new line
This commit is contained in:
parent
24ab5063e0
commit
fd404fa2ea
|
@ -3,7 +3,7 @@
|
||||||
set -e # exit on first error
|
set -e # exit on first error
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "Please provide either a skylink or file with skylinks separated by blank lines" && exit 1
|
echo "Please provide either a skylink or file with skylinks separated by new lines" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
Reference in New Issue