From 415a4dda28d0efb2b1c44704c6c5acab349ff155 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.net>
Date: Sun, 10 Aug 2014 03:34:32 +0200
Subject: De-uglify help

---
 bin/mp3dirlist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'bin/mp3dirlist')

diff --git a/bin/mp3dirlist b/bin/mp3dirlist
index 4966614..a05789b 100755
--- a/bin/mp3dirlist
+++ b/bin/mp3dirlist
@@ -12,8 +12,8 @@ DIRLISTEX='^Susperia|^B.*hse.*nkelz'
 function m3l_help {
 	echo "Usage: $(basename $0) [options]";echo
 	echo "Options:"
-	echo -e "\t-h\t\tPrint this help text and exit"
-	echo -e "\t-d DIRECTORY\tSpecify a directory to be scanned"
+	echo -e "  -h\t\tPrint this help text and exit"
+	echo -e "  -d DIRECTORY\tSpecify a directory to be scanned"
 }
 while getopts "ht:r:p:v" params; do
 	case $params in
-- 
cgit v1.2.3