diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 09:52:51 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 09:52:51 +0100 |
commit | b0fe99f65889d6dd5c6e6d3f54e2ca6b907fa236 (patch) | |
tree | b2f38441bd4641ef52724ffb660afa132af2d6c9 /doc | |
parent | d8a00af5926aff700d80510c0fd76f06a19715bc (diff) | |
download | advtime-b0fe99f65889d6dd5c6e6d3f54e2ca6b907fa236.tar.gz advtime-b0fe99f65889d6dd5c6e6d3f54e2ca6b907fa236.tar.bz2 advtime-b0fe99f65889d6dd5c6e6d3f54e2ca6b907fa236.zip |
pres: Fix cutint params
Diffstat (limited to 'doc')
-rw-r--r-- | doc/presentation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index 654af8d..02f1634 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -39,7 +39,7 @@ image::image/cuting.svg[width="100%"] * Angegebene Intervalle von Input-Video in Output-Video kopieren [source,sh] ---- -./cutint.sh input output [start duration [start duration ...]] +./cutint.sh input output [start duration ... [start [duration]]] ---- * Input Video entsprechend Intervallangabe in Einzelvideos zerlegen |