diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-09-01 10:49:22 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-09-01 10:49:22 +0000 |
commit | 2d21a950915b17c9bc284a0bd703fd58ba8ac760 (patch) | |
tree | 3a4af47651d27b6f0a7f3cb7f496c5fe6f961d2e | |
parent | e8ff1fd108ac4d6192d48446815b83cf41589af7 (diff) |
Cleanup
-rw-r--r-- | tools/rctest.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/rctest.c b/tools/rctest.c index 24699b23..af34b3f7 100644 --- a/tools/rctest.c +++ b/tools/rctest.c @@ -294,9 +294,9 @@ void multi_connect_mode(char *svr) void usage(void) { - printf("l2test - L2CAP testing\n" + printf("rctest - RFCOMM testing\n" "Usage:\n"); - printf("\tl2test <mode> [options] [bdaddr]\n"); + printf("\trctest <mode> [options] [bdaddr]\n"); printf("Modes:\n" "\t-r listen and receive\n" "\t-w listen and send\n" @@ -310,7 +310,6 @@ void usage(void) printf("Options:\n" "\t[-b bytes] [-S bdaddr] [-P channel]\n" "\t[-I imtu] [-O omtu]\n" - "\t[-D] use connectionless channel (datagram)\n" "\t[-E] request encryption\n" "\t[-E] request encryption\n" "\t[-M] become master\n"); @@ -418,7 +417,7 @@ int main(int argc ,char *argv[]) sa.sa_flags = SA_NOCLDSTOP; sigaction(SIGCHLD, &sa, NULL); - openlog("l2test", LOG_PERROR | LOG_PID, LOG_LOCAL0); + openlog("rctest", LOG_PERROR | LOG_PID, LOG_LOCAL0); switch( mode ){ case RECV: |