Correction typo

This commit is contained in:
David 2022-12-19 12:55:52 +01:00
parent 1b00685ea8
commit 5cc90a6436

View File

@ -17,7 +17,7 @@ usage() {
echo
}
optstring=":hi:C:"
optstring=":hi:t:"
while getopts ${optstring} arg; do
case ${arg} in
h)