From 7e09c522df25d9d5c350fea33e8a861042a41de1 Mon Sep 17 00:00:00 2001 From: TravonteD Date: Tue, 15 Oct 2019 06:56:19 -0400 Subject: [PATCH] add help for the position argument --- kunst | 1 + 1 file changed, 1 insertion(+) diff --git a/kunst b/kunst index 95e0080..3413ebd 100755 --- a/kunst +++ b/kunst @@ -25,6 +25,7 @@ show_help() { echo "optional arguments:" echo " -h, --help show this help message and exit" 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 " --silent dont show the output" echo " --version show the version of kunst you are using"