From 6a8a66fede6e9091eb0300d5f337a380b786c8c2 Mon Sep 17 00:00:00 2001 From: gutmet Date: Mon, 17 Aug 2020 12:57:45 +0200 Subject: [PATCH] change usage --- cutAndShrinkVideo | 2 +- cutVideo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cutAndShrinkVideo b/cutAndShrinkVideo index ac0bb23..b3c152c 100755 --- a/cutAndShrinkVideo +++ b/cutAndShrinkVideo @@ -1,7 +1,7 @@ #!/bin/bash if [ "$#" -ne 3 ]; then - echo "USAGE: $0 FILE START DURATION" + echo "USAGE: $0 FILE START END" exit 1 fi diff --git a/cutVideo b/cutVideo index db0f8d0..75e4e23 100755 --- a/cutVideo +++ b/cutVideo @@ -1,7 +1,7 @@ #!/bin/bash if [ "$#" -ne 3 ]; then - echo "USAGE: $0 FILE START DURATION" + echo "USAGE: $0 FILE START END" exit 1 fi