Fix typo with two dots

This commit is contained in:
Terencio Agozzino 2018-05-20 20:18:06 +02:00
parent b55200e02c
commit 6a29c5145a

View file

@ -104,11 +104,11 @@ lockselect() {
usage() { usage() {
echo "Important : Update the image cache, Ex: betterlockscreen -u path/to/image.jpg" echo "Important: Update the image cache, Ex: betterlockscreen -u path/to/image.jpg"
echo " Image cache must be updated to initially configure or update wallpaper used" echo " Image cache must be updated to initially configure or update wallpaper used"
echo echo
echo echo
echo "See : https://github.com/pavanjadhaw/betterlockscreen for additional info..." echo "See: https://github.com/pavanjadhaw/betterlockscreen for additional info..."
echo echo
echo echo
echo "Options:" echo "Options:"
@ -167,26 +167,26 @@ usage() {
case "$1" in case "$1" in
"") "")
if [ ! -f $l_dim ]; then if [ ! -f $l_dim ]; then
echo "Important : Update the image cache, Ex. betterlockscreen -u path/to/image.jpg" echo "Important: Update the image cache, Ex. betterlockscreen -u path/to/image.jpg"
echo echo
echo " Image cache must be updated to initially configure or update wallpaper used" echo " Image cache must be updated to initially configure or update wallpaper used"
echo echo
echo "See also : For other set of options and help use help command." echo "See also: For other set of options and help use help command."
echo "Ex. betterlockscreen -h or betterlockscreen --help" echo "Ex. betterlockscreen -h or betterlockscreen --help"
echo echo
echo "See : https://github.com/pavanjadhaw/betterlockscreen for addition info..." echo "See: https://github.com/pavanjadhaw/betterlockscreen for addition info..."
exit 1 exit 1
else else
echo echo
echo "Seems you havent provided any argument, see below for usage info" echo "Seems you havent provided any argument, see below for usage info"
echo echo
echo "See also : For other set of options and help use help command." echo "See also: For other set of options and help use help command."
echo "Ex. betterlockscreen -h or betterlockscreen --help" echo "Ex. betterlockscreen -h or betterlockscreen --help"
echo echo
echo "See : https://github.com/pavanjadhaw/betterlockscreen for addition info..." echo "See: https://github.com/pavanjadhaw/betterlockscreen for addition info..."
echo echo
exit 1 exit 1
fi fi