]> git.sesse.net Git - mlt/commitdiff
Document -jack option.
authorDan Dennedy <dan@dennedy.org>
Sun, 15 May 2011 22:42:37 +0000 (15:42 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 15 May 2011 22:42:37 +0000 (15:42 -0700)
docs/melt.1
src/melt/melt.c

index a1b02222d238110299e84d457e87d98afc20d305..53c3ba884fd88332c1fa75d2e953fb8946bed4a1 100644 (file)
@@ -39,6 +39,9 @@ Apply properties repeatedly
 \fB\-help\fR
 Show this message
 .TP
+\fB\-jack\fR
+Enable JACK transport synchronization
+.TP
 \fB\-join\fR clips
 Join multiple clips into one cut
 .TP
@@ -82,7 +85,7 @@ List transitions, show info about one
 List profiles, show info about one
 .TP
 \fB\-query\fR "presets" | "preset"=id
-List preset, show info about one
+List presets, show info about one
 .TP
 \fB\-query\fR "formats"
 List audio/video formats
index 177ab5af36c45f399aa391a4763470badcbb51f2..a3f9a1b1a96bee9c6e7b3bf34f2180454b8b4037 100644 (file)
@@ -389,6 +389,7 @@ static void show_usage( char *program_name )
 "  -filter filter[:arg] [name=value]*       Add a filter to the current track\n"
 "  -group [name=value]*                     Apply properties repeatedly\n"
 "  -help                                    Show this message\n"
+"  -jack                                    Enable JACK transport synchronization\n"
 "  -join clips                              Join multiple clips into one cut\n"
 "  -mix length                              Add a mix between the last two cuts\n"
 "  -mixer transition                        Add a transition to the mix\n"