diff options
author | mail_redacted_for_web | 2014-08-10 03:34:32 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2014-08-10 03:34:32 +0200 |
commit | 415a4dda28d0efb2b1c44704c6c5acab349ff155 (patch) | |
tree | 537f5eb56a395713fe63eba9315479c99c45c74d /bin | |
parent | e58068694698ff4f426ec07396a829f1f24ff6b5 (diff) | |
download | mp3dir2html-415a4dda28d0efb2b1c44704c6c5acab349ff155.tar.bz2 |
De-uglify help
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mp3dirlist | 4 |
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 |