FreeCalypso > hg > freecalypso-tools
diff rvinterf/etmsync/fsiomain.c @ 73:cd1a0d5689f6
rvinterf/etmsync/fsiomain.c: same "usage" fix as in fc-tmsh
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 27 Oct 2016 00:17:17 +0000 |
parents | 756640235671 |
children | e40bb5a6c6b9 |
line wrap: on
line diff
--- a/rvinterf/etmsync/fsiomain.c Thu Oct 27 00:01:56 2016 +0000 +++ b/rvinterf/etmsync/fsiomain.c Thu Oct 27 00:17:17 2016 +0000 @@ -40,8 +40,7 @@ continue; case '?': default: -usage: fprintf(stderr, - "usage: %s [options] [command]\n", argv[0]); + /* error msg already printed */ exit(ERROR_USAGE); } if (rvinterf_ttyport) {