audio/flacenc: fix usage

This commit is contained in:
Sigrid 2021-02-18 15:13:25 +01:00
parent 8aff377698
commit ca1542a199

View file

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