diff options
Diffstat (limited to 'src/ivyprobe.c')
-rw-r--r-- | src/ivyprobe.c | 2 |
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) { |