Skip to content

Commit

Permalink
Fix call to help, bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remino committed Sep 25, 2022
1 parent 6fa6437 commit 1755806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vidmod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# vidmod
# Do rapid changes to video files using ffmpeg or other tools.

VERSION='1.0.0'
VERSION='1.0.1'

vidmod_main() {
scriptpath="$( realpath "$0" )"
scriptname="$( basename "$scriptpath" )"

e_args=16

[ $# -lt 2 ] && "${scriptname}_usage" && return 1
[ $# -lt 2 ] && "${scriptname}_help" && return 1

while getopts 'd:f:ho:v' OPTION
do
Expand Down

0 comments on commit 1755806

Please sign in to comment.