From 3bcb2de31b3b1fe0f98215098f4d514f55a2e1af Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 14 May 2021 16:05:58 +0100 Subject: [PATCH] Wording tweak --- main/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/main.cpp b/main/main.cpp index 6198e22..a47638c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -259,9 +259,9 @@ int main(int argc, char **argv) cerr << endl; cerr << " --freqmap Use file F as the source for frequency map" << endl; cerr << endl; - cerr << " As --pitchmap, except that the second column in the file contains frequency" << endl; - cerr << " multipliers rather than pitch offsets (the same as the difference between" << endl; - cerr << " pitch and frequency options above)." << endl; + cerr << " A frequency map file is like a pitch map, except that its second column" << endl; + cerr << " lists frequency multipliers rather than pitch offsets (like the difference" << endl; + cerr << " between pitch and frequency options above)." << endl; cerr << endl; cerr << "The following options provide a simple way to adjust the sound. See below" << endl; cerr << "for more details." << endl;