# HG changeset patch # User Chris Cannam # Date 1420814516 0 # Node ID 64a067c375572f821c3fb316a9f6d95730d1a38f # Parent 50d9a9a46f47fc19eeb58d44038016166dffbfd0 Document --segments-from diff -r 50d9a9a46f47 -r 64a067c37557 runner/main.cpp --- 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 " << endl; + cerr << " Summarise in segments, with segment boundaries" << endl; + cerr << " at times read from the text file . (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;