change usage

This commit is contained in:
gutmet 2020-08-17 12:57:45 +02:00
parent 7caa57454c
commit 6a8a66fede
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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