diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-01 06:42:04 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-01 06:42:04 +0000 |
commit | 0118f00cfc3d3f46fce44584fc0b2079c27db360 (patch) | |
tree | 1977ab8208d5ef9b5e684d9c981f470cfdd6c11e /tools/join_video | |
parent | 4326a42534d68f2dc62ce4d2a19c5df1dd902758 (diff) |
added some more scripts
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 |