summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
diff options
context:
space:
mode:
authorfcolin2006-04-19 10:07:24 +0000
committerfcolin2006-04-19 10:07:24 +0000
commit32ad3909b0de5402cf92dba6aa196d1608af0e65 (patch)
tree91e1a6649abc0262a2366f7bb3e68435b66b2b10 /src/ivyprobe.c
parent6bf117656574521545694a1a4e5169755077631e (diff)
downloadivy-c-32ad3909b0de5402cf92dba6aa196d1608af0e65.zip
ivy-c-32ad3909b0de5402cf92dba6aa196d1608af0e65.tar.gz
ivy-c-32ad3909b0de5402cf92dba6aa196d1608af0e65.tar.bz2
ivy-c-32ad3909b0de5402cf92dba6aa196d1608af0e65.tar.xz
add doc printf for commande bincall in ivyprobe
Diffstat (limited to 'src/ivyprobe.c')
-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) {