diff --git a/README.md b/README.md index f7a9ce2..c87dc9a 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,13 @@ Tested with XFCE4 and Gnome 2. Problems with Gnome >3. ### Usage ```bash -earth_wallpaper.sh --city [--help] [--temperature-unit celsius|fahrenheit] [--wallpaper-file ] [--archive-folder ] [--screen-width ] [--font-name ] [--debug] [--logfile] +earth_wallpaper.sh --city \ + [--help] \ + [--temperature-unit celsius|fahrenheit] \ + [--wallpaper-file ] \ + [--archive-folder ] \ + [--screen-width ] \ + [--font-name ] \ + [--debug] \ + [--logfile ] ``` diff --git a/earth_wallpaper.sh b/earth_wallpaper.sh index 35554f9..c340610 100755 --- a/earth_wallpaper.sh +++ b/earth_wallpaper.sh @@ -39,7 +39,7 @@ check_font() { usage() { echo "Usage:" - echo "$(basename "${0}") --city [--help] [--temperature-unit celsius|fahrenheit] [--wallpaper-file ] [--archive-folder ] [--screen-width ] [--font-name ] [--debug] [--logfile]" + echo "$(basename "${0}") --city [--help] [--temperature-unit celsius|fahrenheit] [--wallpaper-file ] [--archive-folder ] [--screen-width ] [--font-name ] [--debug] [--logfile ]" } temp_unit=celsius