From 2f1ee7327c9c009616078703c8e50ce4a80f9987 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 10 Sep 2020 17:10:34 +0100 Subject: [PATCH] Wording --- main/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;