summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
diff options
context:
space:
mode:
authorfcolin2005-07-27 14:39:41 +0000
committerfcolin2005-07-27 14:39:41 +0000
commit618a3bf2be10a356bb103805ae3a535e016d90fc (patch)
treec44894b06fd3ccd2d3ea5480a31882c431c569f8 /src/ivyprobe.c
parent0ca33f5bf0d079dbe61cee5a86b7ba720deef766 (diff)
downloadivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.zip
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.gz
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.bz2
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.xz
use hash table to store msg callback and regexp
Diffstat (limited to 'src/ivyprobe.c')
-rw-r--r--src/ivyprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index aa96246..076b97b 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -208,7 +208,7 @@ void HandleStdin (Channel channel, IVY_HANDLE fd, void *data)
printf(" .direct appname id 'arg' - send direct msg to appname\n");
printf(" .where appname - on which host is appname\n");
printf(" .bind 'regexp' - add a msg to receive\n");
- printf(" .bindcall - add callback to binding\n");
+ printf(" .bindcall - toogle callback to binding\n");
printf(" .who - who is on the bus\n");
} else if (strcmp(cmd, "bindcall") == 0) {
if (!fbindcallback) {