Help message edited.
authorLuca Trisciani <luca.trisciani@gmail.com>
Sat, 15 Jul 2017 22:58:48 +0000 (00:58 +0200)
committerLuca Trisciani <luca.trisciani@gmail.com>
Sat, 15 Jul 2017 22:58:48 +0000 (00:58 +0200)
leqm-nrt.c

index a8a5ac32a933407f987f8e49e2f8a0abbbb1e709..aafe5f69b6492befe7fd35e505fab8abeff8af23 100644 (file)
@@ -127,7 +127,7 @@ int main(int argc, const char ** argv)
 
        
   if (argc == 1)
-    { const char helptext[] = "The order of the parameter is free.\nPossible parameters are:\n-convpoints <integer number> \tNumber of interpolation points for the filter. Default 64\n-numcpus <integer number> \tNumber of slave threads to speed up operation.\n-timing \t\t\tFor benchmarking speed.\n-chconfcal <db correction> <db correction> <etc. so many times as channels>\n-logleqm10\n-logleqm\n-buffersize <milliseconds>\n";
+    { const char helptext[] = "Order of parameters is free.\nPossible parameters are:\n-convpoints <integer number> \tNumber of interpolation points for the filter. Default 64\n-numcpus <integer number> \tNumber of slave threads to speed up operation.\n-timing \t\t\tFor benchmarking speed.\n-chconfcal <db correction> <db correction> <etc. so many times as channels>\n-logleqm10\n-logleqm\n-buffersize <milliseconds>\n";
       printf(helptext);
       printf("Please indicate a sound file to be processed.\n");
       return 0;