test/sbc: show usage for sbc_encoder_test

This commit is contained in:
Matthias Ringwald 2016-07-23 16:29:33 +02:00
parent 469fc11af1
commit 6a5c7c2c6c

View File

@ -94,7 +94,8 @@ static void read_wav_header(int wav_fd){
}
int main (int argc, const char * argv[]){
if (argc < 2){
if (argc < 3){
printf("Usage: %s WAV_FILE mSBC_FILE\n", argv[0]);
return -1;
}