git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/bin/mp3dirlist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mp3dirlist')
-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
='n105' href='#n105'>105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165