From 9f83ca1f25830d85b3b75305cdd7780944f20048 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 20 Feb 2019 17:36:05 +0100 Subject: [PATCH] minor change in help msg --- kunst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kunst b/kunst index 9aa0182..2154736 100755 --- a/kunst +++ b/kunst @@ -22,7 +22,7 @@ show_help() { echo " -h, --help show this help message and exit" echo " --size what size to display the album art in" echo " --music_dir the music directory which MPD plays from" - echo " --version show the version of bum you are using" + echo " --version show the version of kunst you are using" }