add help for the position argument

This commit is contained in:
TravonteD 2019-10-15 06:56:19 -04:00
parent f584b99fb0
commit 7e09c522df
1 changed files with 1 additions and 0 deletions

1
kunst
View File

@ -25,6 +25,7 @@ show_help() {
echo "optional arguments:" echo "optional arguments:"
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 " --position where the album art should be located"
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 " --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"