diff --git a/main/main.cpp b/main/main.cpp index a16bef3..f6f8d7d 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -236,8 +236,8 @@ int main(int argc, char **argv) cerr << " A time map (or key-frame map) file contains a series of lines, each with two" << endl; cerr << " sample frame numbers separated by a single space. These are source and" << endl; cerr << " target frames for fixed time points within the audio data, defining a varying" << endl; - cerr << " stretch factor through the audio." << endl; - cerr << " You must specify an overall stretch factor using -t, -T, or -D as well." << endl; + cerr << " stretch factor through the audio. When supplying a time map, you must specify" << endl; + cerr << " an overall stretch factor using -t, -T, or -D as well." << endl; cerr << endl; cerr << " --pitchmap Use file F as the source for pitch map" << endl; cerr << endl;