summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormertz2000-12-19 16:19:41 +0000
committermertz2000-12-19 16:19:41 +0000
commitab5818d2b6b0a373e558b48a854e3cdbe570a5f4 (patch)
treee767210b2b4f3f8e9dc5bff1ed5f7d31a3325dbd /src
parentaa69b37ca8d8826fd384ca22b328af98dab331db (diff)
downloadivy-c-ab5818d2b6b0a373e558b48a854e3cdbe570a5f4.zip
ivy-c-ab5818d2b6b0a373e558b48a854e3cdbe570a5f4.tar.gz
ivy-c-ab5818d2b6b0a373e558b48a854e3cdbe570a5f4.tar.bz2
ivy-c-ab5818d2b6b0a373e558b48a854e3cdbe570a5f4.tar.xz
ajout d'une ligne dans l'aide des commandes: .help
Diffstat (limited to 'src')
-rw-r--r--src/ivyprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index 63981af..c73df3a 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -144,6 +144,7 @@ void HandleStdin (Channel channel, HANDLE fd, void *data)
printf(" .help - this help\n");
printf(" .quit - terminate this application\n");
printf(" .die appname - send die msg to appname\n");
+ printf(" .dieall-yes-i-am-sure - send die msg to all applis\n");
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");