commit 5e928019f1c219d4db8b17918fe9254c27b65796
parent a3b5067820366dbcdab058ae23e22a201a154942
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 15 Jan 2020 11:41:38 +0100
Improve help text
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/lyrics b/.local/bin/lyrics
@@ -8,8 +8,8 @@ show_help()
echo "usage: ${0##*/} [OPTIONS] [ARTIST - SONG]"
echo "fetches lyrics from lyricwiki. The song is identified by artist name"
echo "and song title in the format 'ARTIST - SONG'. If these are not"
- echo "passed as an argument or read from mpd (option -m), they are"
- echo "expected as stdin."
+ echo "passed as an argument or read from mpd (option -m), the artist"
+ echo "and song title is expected as stdin."
echo
echo "OPTIONS are one or more of the following:"
echo " -h, --help show this message"