audio/flacenc: fix usage
This commit is contained in:
parent
8aff377698
commit
ca1542a199
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ enctell(FLAC__StreamEncoder *enc, FLAC__uint64 *absolute_byte_offset, void *clie
|
|||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-b bitspersample] [-c channels] [-l compresslevel] [-r sfreq] [-P padding] [-T field=value]\n", argv0);
|
||||
fprintf(stderr, "usage: %s [-b bitspersample] [-c channels] [-l compresslevel] [-s sfreq] [-P padding] [-T field=value]\n", argv0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue