aboutsummaryrefslogtreecommitdiff
path: root/betterlockscreen
diff options
context:
space:
mode:
authorTerencio Agozzino <terencio.agozzino@gmail.com>2018-05-20 20:18:06 +0200
committerTerencio Agozzino <terencio.agozzino@gmail.com>2018-05-20 20:18:06 +0200
commit6a29c5145aa9d9d2455854165fe57dc74b6766fd (patch)
tree63db527e3834213cc91d5aeee7b1e5278d6dde8f /betterlockscreen
parentb55200e02cd93c96114274e29dafefd70c7390a5 (diff)
Fix typo with two dots
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