FreeCalypso > hg > gsm-codec-lib
changeset 120:bd832a456339
gsmefr-rec2etsi usage msg: call it input.gsmx instead of input.rec
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 10 Dec 2022 02:56:02 +0000 |
parents | c1d53064b410 |
children | b51295fcbbae |
files | efrtest/rec2etsi.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/efrtest/rec2etsi.c Sat Dec 10 02:25:20 2022 +0000 +++ b/efrtest/rec2etsi.c Sat Dec 10 02:56:02 2022 +0000 @@ -43,7 +43,7 @@ int rc; if (argc != 3) { - fprintf(stderr, "usage: %s input.rec output.dec\n", argv[0]); + fprintf(stderr, "usage: %s input.gsmx output.dec\n", argv[0]); exit(1); } binf = fopen(argv[1], "r");