From 0547da0b2f53ce470523461ede05699fc685c5f5 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Fri, 5 Jul 2019 12:28:32 +0200 Subject: Fixed help message --- README.md | 2 +- smart-wallpaper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c7adb7..96bd096 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Usage: smart-wallpaper [FLAG]
[-d]: NEEDED : daytime wallpaper file/folder
[-n]: NEEDED : nighttime wallpaper file/folder
[-l]: OPTIONAL : manual location (lat:long), if not added geoclue gets the location (requires internet)
- [-t]: OPTIONAL : set the time period for the script to check if it is day or night
+ [-t]: OPTIONAL : set the time period (seconds) for the script to check if it is day or night
[-h]: OPTIONAL : print help message Example: diff --git a/smart-wallpaper b/smart-wallpaper index 0200545..4de7073 100755 --- a/smart-wallpaper +++ b/smart-wallpaper @@ -26,7 +26,7 @@ print_usage() { echo " [-d]: NEEDED : daytime wallpaper file/folder" echo " [-n]: NEEDED : nighttime wallpaper file/folder" echo " [-l]: OPTIONAL : manual location (lat:long), if not added geoclue gets the location (requires internet)" - echo " [-t]: OPTIONAL : set the time period for the script to check if it is day or night " + echo " [-t]: OPTIONAL : set the time period (seconds) for the script to check if it is day or night " echo " [-h]: OPTIONAL : print help message" } -- cgit 1.4.1