diff options
Diffstat (limited to 'tools/join_video')
-rw-r--r-- | tools/join_video | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/join_video b/tools/join_video index 6053948..b50ae07 100644 --- a/tools/join_video +++ b/tools/join_video @@ -7,7 +7,7 @@ # Joins together two or more video-files if [ -z "$3" ]; then - echo "Usage: $0 <new-file> <video-file> <video-file> [<video-file>]" + echo "Usage: $0 <new-file> <video-file> <video-file> [...]" exit 1 fi |