Use command name
This commit is contained in:
parent
8c0ce81289
commit
b3cea166c1
2
bpm.c
2
bpm.c
|
|
@ -186,7 +186,7 @@ void usage(FILE *f)
|
||||||
RATE, RATE);
|
RATE, RATE);
|
||||||
|
|
||||||
fprintf(f, "To view autodifference or energy data:\n"
|
fprintf(f, "To view autodifference or energy data:\n"
|
||||||
" $ sox [...] | ./tempo -g file.dat\n"
|
" $ sox [...] | " NAME " -g file.dat\n"
|
||||||
" $ gnuplot\n"
|
" $ gnuplot\n"
|
||||||
" gnuplot> plot \"file.dat\"\n\n");
|
" gnuplot> plot \"file.dat\"\n\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue