FreeCalypso > hg > freecalypso-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
72:e31b601744cd | 73:cd1a0d5689f6 |
---|---|
38 case 'w': | 38 case 'w': |
39 rvinterf_wopt = optarg; | 39 rvinterf_wopt = optarg; |
40 continue; | 40 continue; |
41 case '?': | 41 case '?': |
42 default: | 42 default: |
43 usage: fprintf(stderr, | 43 /* error msg already printed */ |
44 "usage: %s [options] [command]\n", argv[0]); | |
45 exit(ERROR_USAGE); | 44 exit(ERROR_USAGE); |
46 } | 45 } |
47 if (rvinterf_ttyport) { | 46 if (rvinterf_ttyport) { |
48 if (sopt) { | 47 if (sopt) { |
49 fprintf(stderr, | 48 fprintf(stderr, |