updated the help message

This commit is contained in:
Siddharth Dushantha 2019-03-05 19:51:24 +01:00
parent 95ebc9c393
commit 3125bb0857
1 changed files with 1 additions and 0 deletions

1
kunst
View File

@ -25,6 +25,7 @@ show_help() {
echo " -h, --help show this help message and exit" echo " -h, --help show this help message and exit"
echo " --size what size to display the album art in" echo " --size what size to display the album art in"
echo " --music_dir the music directory which MPD plays from" echo " --music_dir the music directory which MPD plays from"
echo " --silent dont show the output"
echo " --version show the version of kunst you are using" echo " --version show the version of kunst you are using"
} }