Skip to content

Commit

Permalink
crop mode error
Browse files Browse the repository at this point in the history
  • Loading branch information
privatezero committed Aug 23, 2018
1 parent 34d7ce1 commit da42ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videoaip
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ _error_exit(){
}

OPTIND=1
while getopts "hec:l:" opt ; do
while getopts "hecl:" opt ; do
case "${opt}" in
h) usage ;;
e) runtype="edit";;
Expand Down

0 comments on commit da42ca6

Please sign in to comment.