git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.net> 2014-08-10 03:34:32 +0200
committerHarald Pfeiffer <coding _ lirion.net> 2014-08-10 03:34:32 +0200
commit415a4dda28d0efb2b1c44704c6c5acab349ff155 (patch)
tree537f5eb56a395713fe63eba9315479c99c45c74d
parente58068694698ff4f426ec07396a829f1f24ff6b5 (diff)
downloadmp3dir2html-415a4dda28d0efb2b1c44704c6c5acab349ff155.tar.bz2
De-uglify help
-rwxr-xr-xbin/mp3dirlist4
1 files changed, 2 insertions, 2 deletions
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