From d1ff83ab411acc7bbc3d8c6a9400ff2288b03781 Mon Sep 17 00:00:00 2001 From: sdercolin Date: Sat, 22 Oct 2022 03:24:41 +0900 Subject: [PATCH] Fix main function help text --- src/macresmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macresmain.cpp b/src/macresmain.cpp index b8c5e9e..3a1c7e9 100644 --- a/src/macresmain.cpp +++ b/src/macresmain.cpp @@ -967,7 +967,7 @@ int main(int argc, char *argv[]) if(argc < 3) { printf("Params: inputfile outputfile notenum velocity flags offset_ms notelength"); - printf(" fixedlength end intensity modulation tempo pitchbends\n"); + printf(" fixedlength end intensity modulation pitchbends\n"); return 0; }