mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
Fix typo with two dots
This commit is contained in:
parent
b55200e02c
commit
6a29c5145a
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue