diff options
Diffstat (limited to 'bin/mp3dirlist')
-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 |