diff --git a/pd/src/d_soundfile.c b/pd/src/d_soundfile.c index f3d65ebb1f48a09f070fce2811000e9a640b9140..95d2736562a87dafbd7a74572bafa78171cb68d8 100644 --- a/pd/src/d_soundfile.c +++ b/pd/src/d_soundfile.c @@ -1339,7 +1339,7 @@ static void soundfiler_read(t_soundfiler *x, t_symbol *s, goto done; usage: pd_error(x, "usage: read [flags] filename tablename..."); - post("flags: -skip <n> -nframes <n> -resize -maxsize <n> ..."); + post("flags: -skip <n> -resize -maxsize <n> ..."); post("-raw <headerbytes> <channels> <bytespersamp> <endian (b, l, or n)>."); done: if (fd >= 0)