diff --git a/bpm.c b/bpm.c index 68a7d1c..974d5fd 100644 --- a/bpm.c +++ b/bpm.c @@ -186,7 +186,7 @@ void usage(FILE *f) RATE, RATE); fprintf(f, "To view autodifference or energy data:\n" - " $ sox [...] | ./tempo -g file.dat\n" + " $ sox [...] | " NAME " -g file.dat\n" " $ gnuplot\n" " gnuplot> plot \"file.dat\"\n\n"); }