FreeCalypso > hg > freecalypso-tools
comparison rvinterf/asyncshell/main.c @ 74:84920d3d97c6
rvinterf/asyncshell/main.c: same "usage" fix as in fc-tmsh
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 27 Oct 2016 00:18:49 +0000 |
| parents | d43d82cbfb85 |
| children | bbc41034f14c |
comparison
equal
deleted
inserted
replaced
| 73:cd1a0d5689f6 | 74:84920d3d97c6 |
|---|---|
| 46 case 'w': | 46 case 'w': |
| 47 rvinterf_wopt = optarg; | 47 rvinterf_wopt = optarg; |
| 48 continue; | 48 continue; |
| 49 case '?': | 49 case '?': |
| 50 default: | 50 default: |
| 51 usage: fprintf(stderr, | 51 /* error msg already printed */ |
| 52 "usage: %s [options] [command]\n", argv[0]); | |
| 53 exit(ERROR_USAGE); | 52 exit(ERROR_USAGE); |
| 54 } | 53 } |
| 55 if (rvinterf_ttyport) { | 54 if (rvinterf_ttyport) { |
| 56 if (sopt) { | 55 if (sopt) { |
| 57 fprintf(stderr, | 56 fprintf(stderr, |
