fixing arguments again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user