mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-09 16:48:58 +01:00
typo
This commit is contained in:
parent
421940f957
commit
01ecb8e25b
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
SCRIPT=$(basename "${0}")
|
SCRIPT=$(basename "${0}")
|
||||||
VERSION='2016-10-09'
|
VERSION='2016-12-17'
|
||||||
AUTHOR='ffmprovisr'
|
AUTHOR='ffmprovisr'
|
||||||
RED='\033[1;31m'
|
RED='\033[1;31m'
|
||||||
BLUE='\033[1;34m'
|
BLUE='\033[1;34m'
|
||||||
@ -46,7 +46,7 @@ while getopts ":hi:m:" opt; do
|
|||||||
i) input_file=$OPTARG ;;
|
i) input_file=$OPTARG ;;
|
||||||
m) input_hash=$OPTARG ;;
|
m) input_hash=$OPTARG ;;
|
||||||
:) echo -e "${RED}Error:${NC} option -${OPTARG} requires an argument" ; _output_prompt ;;
|
:) echo -e "${RED}Error:${NC} option -${OPTARG} requires an argument" ; _output_prompt ;;
|
||||||
*) echo -e "${RED}Error:${NC }bad option -${OPTARG}" ; _output_prompt ;;
|
*) echo -e "${RED}Error:${NC}bad option -${OPTARG}" ; _output_prompt ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user