FreeCalypso > hg > freecalypso-tools
changeset 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 | cd1a0d5689f6 |
children | bbc41034f14c |
files | rvinterf/asyncshell/main.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/asyncshell/main.c Thu Oct 27 00:17:17 2016 +0000 +++ b/rvinterf/asyncshell/main.c Thu Oct 27 00:18:49 2016 +0000 @@ -48,8 +48,7 @@ continue; case '?': default: -usage: fprintf(stderr, - "usage: %s [options] [command]\n", argv[0]); + /* error msg already printed */ exit(ERROR_USAGE); } if (rvinterf_ttyport) {