aboutsummaryrefslogtreecommitdiff
path: root/betterlockscreen
diff options
context:
space:
mode:
Diffstat (limited to 'betterlockscreen')
-rwxr-xr-xbetterlockscreen14
1 files changed, 7 insertions, 7 deletions
diff --git a/betterlockscreen b/betterlockscreen
index f2eef8e..57be313 100755
--- a/betterlockscreen
+++ b/betterlockscreen
@@ -104,11 +104,11 @@ lockselect() {
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
echo
- echo "See : https://github.com/pavanjadhaw/betterlockscreen for additional info..."
+ echo "See: https://github.com/pavanjadhaw/betterlockscreen for additional info..."
echo
echo
echo "Options:"
@@ -167,26 +167,26 @@ usage() {
case "$1" in
"")
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 " Image cache must be updated to initially configure or update wallpaper used"
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
- echo "See : https://github.com/pavanjadhaw/betterlockscreen for addition info..."
+ echo "See: https://github.com/pavanjadhaw/betterlockscreen for addition info..."
exit 1
else
echo
echo "Seems you havent provided any argument, see below for usage info"
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
- echo "See : https://github.com/pavanjadhaw/betterlockscreen for addition info..."
+ echo "See: https://github.com/pavanjadhaw/betterlockscreen for addition info..."
echo
exit 1
fi