comparison efrtest/encode-r.c @ 294:cab6690535ec

gsmefr-encode-r: fix usage message
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 19:51:57 +0000
parents 3f3674c27840
children
comparison
equal deleted inserted replaced
293:fa8845306e07 294:cab6690535ec
29 } else if (argc == 4 && !strcmp(argv[1], "-d")) { 29 } else if (argc == 4 && !strcmp(argv[1], "-d")) {
30 dtx = 1; 30 dtx = 1;
31 infname = argv[2]; 31 infname = argv[2];
32 outfname = argv[3]; 32 outfname = argv[3];
33 } else { 33 } else {
34 fprintf(stderr, "usage: %s [-d] input.wav output.gsmx\n", 34 fprintf(stderr, "usage: %s [-d] input.robe output.gsmx\n",
35 argv[0]); 35 argv[0]);
36 exit(1); 36 exit(1);
37 } 37 }
38 inf = fopen(infname, "r"); 38 inf = fopen(infname, "r");
39 if (!inf) { 39 if (!inf) {