From 3c96ea3097a799385385acbf4cd8b206c34d86c2 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Sat, 20 Jun 2015 17:59:24 +0300 Subject: [PATCH] fixing arguments again --- split-dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-dl.sh b/split-dl.sh index 9281269..8c11007 100755 --- a/split-dl.sh +++ b/split-dl.sh @@ -6,7 +6,7 @@ CHECKSUM="md5sum" # Define application to create hashsums FILE="" MODE="" -while getopts s:i:c:m:t:help: opt; do +while getopts h:s:i:c:f:m: opt; do case $opt in h) echo "This program is used to split large files into several small