Use command name

This commit is contained in:
Mark Hills 2013-05-21 20:58:30 +01:00
parent 8c0ce81289
commit b3cea166c1
1 changed files with 1 additions and 1 deletions

2
bpm.c
View File

@ -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");
}