changeset 184:64a067c37557

Document --segments-from
author Chris Cannam
date Fri, 09 Jan 2015 14:41:56 +0000
parents 50d9a9a46f47
children 3287df4588dd
files runner/main.cpp
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/runner/main.cpp	Fri Jan 09 11:51:31 2015 +0000
+++ b/runner/main.cpp	Fri Jan 09 14:41:56 2015 +0000
@@ -294,6 +294,11 @@
         cerr << "                      Summarise in segments, with segment boundaries" << endl;
         cerr << "                      at A, B, ... seconds." << endl;
         cerr << endl;
+        cerr << "      --segments-from <F>" << endl;
+        cerr << "                      Summarise in segments, with segment boundaries" << endl;
+        cerr << "                      at times read from the text file <F>. (one time per" << endl;
+        cerr << "                      line, in seconds)." << endl;
+        cerr << endl;
         cerr << "  -m, --multiplex     If multiple input audio files are given, use mono" << endl;
         cerr << "                      mixdowns of all files as the input channels for a single" << endl;
         cerr << "                      invocation of each transform, instead of running the" << endl;