summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivyprobe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index 4bcc167..6c3313b 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -222,6 +222,8 @@ void HandleStdin (Channel channel, 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 - show binds \n");
+
printf(" .who - who is on the bus\n");
} else if (strcmp(cmd, "bindcall") == 0) {
if (!fbindcallback) {